diff --git a/charts/splunk-synthetics-runner/README.md b/charts/splunk-synthetics-runner/README.md index 5d74f96..3fd1ce2 100644 --- a/charts/splunk-synthetics-runner/README.md +++ b/charts/splunk-synthetics-runner/README.md @@ -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= | kubectl apply -f - diff --git a/charts/splunk-synthetics-runner/README.md.gotmpl b/charts/splunk-synthetics-runner/README.md.gotmpl index 71b09ed..6ff6e0f 100644 --- a/charts/splunk-synthetics-runner/README.md.gotmpl +++ b/charts/splunk-synthetics-runner/README.md.gotmpl @@ -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= | kubectl apply -f -