diff --git a/stable/atlantis/Chart.yaml b/stable/atlantis/Chart.yaml index 7e93d885b22f..f5a0e70d076e 100644 --- a/stable/atlantis/Chart.yaml +++ b/stable/atlantis/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "v0.8.2" description: A Helm chart for Atlantis https://www.runatlantis.io name: atlantis -version: 3.8.1 +version: 3.8.2 keywords: - terraform home: https://www.runatlantis.io diff --git a/stable/atlantis/values.yaml b/stable/atlantis/values.yaml index bf2e4e6d0662..9c987498c5b6 100644 --- a/stable/atlantis/values.yaml +++ b/stable/atlantis/values.yaml @@ -202,7 +202,7 @@ environmentSecrets: [] # - name: THE_ENV_VAR # secretKeyRef: # name: the_k8s_secret_name -# value: the_key_of_the_value_in_the_secret +# key: the_key_of_the_value_in_the_secret # Optionally specify google service account credentials as Kubernetes secrets. If you are using the terraform google provider you can specify the credentials as "${file("/var/secrets/some-secret-name/key.json")}". googleServiceAccountSecrets: []