Skip to content

Commit

Permalink
Remove default values from helm chart documentation; Update to use ne…
Browse files Browse the repository at this point in the history
…w chart museum push command
  • Loading branch information
jertel committed Nov 24, 2021
1 parent d783c93 commit d58be74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload_chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
wget https://get.helm.sh/helm-v3.2.1-linux-amd64.tar.gz
tar xf helm-v3.2.1-linux-amd64.tar.gz
linux-amd64/helm plugin install https://github.com/chartmuseum/helm-push
linux-amd64/helm push chart/elastalert2 https://charts.banzaicloud.io/gh/Codesim-LLC
linux-amd64/helm cm-push chart/elastalert2 https://charts.banzaicloud.io/gh/Codesim-LLC
6 changes: 3 additions & 3 deletions chart/elastalert2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ The command removes all the Kubernetes components associated with the chart and
| `elasticsearch.credentialsSecretUsernameKey` | The key in elasticsearch.credentialsSecret that stores the ES password auth | `NULL` |
| `elasticsearch.credentialsSecretPasswordKey` | The key in elasticsearch.credentialsSecret that stores the ES username auth | `NULL` |
| `elasticsearch.verifyCerts` | whether or not to verify TLS certificates | True |
| `elasticsearch.clientCert` | path to a PEM certificate to use as the client certificate | /certs/client.pem |
| `elasticsearch.clientKey` | path to a private key file to use as the client key | /certs/client-key.pem |
| `elasticsearch.caCerts` | path to a CA cert bundle to use to verify SSL connections | /certs/ca.pem |
| `elasticsearch.clientCert` | path to a PEM certificate to use as the client certificate | `NULL` |
| `elasticsearch.clientKey` | path to a private key file to use as the client key | `NULL` |
| `elasticsearch.caCerts` | path to a CA cert bundle to use to verify SSL connections | `NULL` |
| `elasticsearch.certsVolumes` | certs volumes, required to mount ssl certificates when elasticsearch has tls enabled | `NULL` |
| `elasticsearch.certsVolumeMounts` | mount certs volumes, required to mount ssl certificates when elasticsearch has tls enabled | `NULL` |
| `extraConfigOptions` | Additional options to propagate to all rules, cannot be `alert`, `type`, `name` or `index` | `{}` |
Expand Down

0 comments on commit d58be74

Please sign in to comment.