Skip to content

Commit

Permalink
Fix typo on values.yml for environmentSecrets (helm#17052)
Browse files Browse the repository at this point in the history
* should be `key` and not `value`
* per `.secretKeyRef.key` in `stable/atlantis/templates/statefulset.yaml`

Signed-off-by: Eddie Ramirez <eddieramirez@me.com>
Signed-off-by: Marius Voila <myself@mariusv.com>
  • Loading branch information
eddieramirez authored and mariusv committed Sep 16, 2019
1 parent 13bfd97 commit fe7ca1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/atlantis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/atlantis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit fe7ca1b

Please sign in to comment.