Skip to content

Commit

Permalink
chore: update instructions in readme (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinja2 authored Oct 14, 2024
1 parent 0b16ba9 commit b24d798
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion charts/splunk-synthetics-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ Refer to the [values.yaml](values.yaml) file or the Values section below for the

### Alternatives to Helm

If you are not using Helm, you can generate the Kubernetes manifests from the helm chart and deploy with `kubectl`. To generate the Kubernetes manifests, run the following command:
If you are not using Helm, you can generate the Kubernetes manifests from the helm chart and deploy with `kubectl`.

To generate the Kubernetes manifests and apply with kubectl, run the following command:

```console
helm template my-splunk-synthetics-runner synthetics-helm-charts/splunk-synthetics-runner --set=synthetics.secret.create=true,synthetics.secret.runnerToken=<TOKEN> | kubectl apply -f -
Expand Down
4 changes: 3 additions & 1 deletion charts/splunk-synthetics-runner/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ Refer to the [values.yaml](values.yaml) file or the Values section below for the

### Alternatives to Helm

If you are not using Helm, you can generate the Kubernetes manifests from the helm chart and deploy with `kubectl`. To generate the Kubernetes manifests, run the following command:
If you are not using Helm, you can generate the Kubernetes manifests from the helm chart and deploy with `kubectl`.

To generate the Kubernetes manifests and apply with kubectl, run the following command:

```console
helm template my-splunk-synthetics-runner synthetics-helm-charts/splunk-synthetics-runner --set=synthetics.secret.create=true,synthetics.secret.runnerToken=<TOKEN> | kubectl apply -f -
Expand Down

0 comments on commit b24d798

Please sign in to comment.