Skip to content

Commit

Permalink
add repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
jinja2 committed Sep 27, 2024
1 parent fe7566c commit 289eaf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/splunk-synthetics-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Helm chart to deploy [private location runners](https://docs.splunk.com/observab
To install the chart with the release name `my-splunk-synthetics-runner`:

```console
$ helm repo add <tbd> http://tbd.splunk.github.io
$ helm install my-splunk-synthetics-runner foo-bar/splunk-synthetics-runner
$ helm repo add synthetics-helm-charts https://splunk.github.io/synthetics-helm-charts/
$ helm install my-splunk-synthetics-runner release synthetics-helm-charts/splunk-synthetics-runner
```

## Values
Expand Down
4 changes: 2 additions & 2 deletions charts/splunk-synthetics-runner/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Helm chart to deploy [private location runners](https://docs.splunk.com/observab
To install the chart with the release name `my-splunk-synthetics-runner`:

```console
$ helm repo add <tbd> http://tbd.splunk.github.io
$ helm install my-splunk-synthetics-runner foo-bar/{{ template "chart.name" . }}
$ helm repo add synthetics-helm-charts https://splunk.github.io/synthetics-helm-charts/
$ helm install my-splunk-synthetics-runner release synthetics-helm-charts/splunk-synthetics-runner
```

{{ template "chart.requirementsSection" . }}
Expand Down

0 comments on commit 289eaf7

Please sign in to comment.