Skip to content

Commit

Permalink
fix: update variable usage in helm chart (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinja2 authored Oct 14, 2024
1 parent b24d798 commit 7de5854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/splunk-synthetics-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ helm template my-splunk-synthetics-runner synthetics-helm-charts/splunk-syntheti
| serviceAccount.create | bool | `true` | If true, service account will be created. |
| serviceAccount.name | string | `""` | The name of the service account to use. If not set, the release's fullname will be used when create is true. Set this variable to add user created service account to pod. |
| synthetics | object | `{"additionalCaCerts":{},"enableNetworkShaping":true,"logLevel":"info","secret":{"create":false,"name":"","runnerToken":""}}` | Splunk Synthetics Runner configurations |
| synthetics.additionalCaCerts | object | `{}` | Add custom CA certs (should be in PEM format) to use in API/HTTP tests. Requires privilege escalation in an init container which adds these certs to the runner's system cacerts. |
| synthetics.additionalCaCerts | object | `{}` | Add custom CA certs (should be in PEM format) to use in Uptime tests. Requires privilege escalation in an init container which adds these certs to the runner's system cacerts. |
| synthetics.enableNetworkShaping | bool | `true` | Enable netwrok shapping capabilities which allows runner to simulate different device's throughputs. Needs privilege escalation and CAP_NET_ADMIN. |
| synthetics.logLevel | string | `"info"` | logLevel is to set log level of the Splunk Synthetics runner. Available values are: debug, info, warn, error |
| synthetics.secret | object | `{"create":false,"name":"","runnerToken":""}` | Private location token configuration. |
Expand Down
2 changes: 1 addition & 1 deletion charts/splunk-synthetics-runner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ synthetics:
# Available values are: debug, info, warn, error
logLevel: info

# -- Add custom CA certs (should be in PEM format) to use in API/HTTP tests.
# -- Add custom CA certs (should be in PEM format) to use in Uptime tests.
# Requires privilege escalation in an init container which adds these certs
# to the runner's system cacerts.
additionalCaCerts: {}
Expand Down

0 comments on commit 7de5854

Please sign in to comment.