Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Fix typo on values.yml for environmentSecrets (#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>
  • Loading branch information
eddieramirez authored and k8s-ci-robot committed Sep 11, 2019
1 parent 1148f0d commit 811734d
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 811734d

Please sign in to comment.