'Signed-off-by: Ryan Blankemeier github.com/rblank96' (#15280)

Signed-off-by: Ryan Blankemeier <rblankemeier@predictivetechnologies.com>
This commit is contained in:
Ryan Blankemeier
2019-08-13 02:21:54 -07:00
committed by Kubernetes Prow Robot
parent e8903c9a10
commit 45f8bc1751
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v0.8.2"
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 3.7.0
version: 3.7.1
keywords:
- terraform
home: https://www.runatlantis.io
@@ -19,8 +19,8 @@ data:
{{- end}}
{{- if .Values.bitbucket }}
bitbucket_token: {{ required "bitbucket.token is required if bitbucket configuration is specified." .Values.bitbucket.token | b64enc }}
{{- if .Values.bitbucket.baseUrl }}
bitbucket_secret: {{ required "bitbucket.secret is required if bitbucket.baseurl is specified." .Values.bitbucket.secret | b64enc }}
{{- if .Values.bitbucket.baseURL }}
bitbucket_secret: {{ required "bitbucket.secret is required if bitbucket.baseURL is specified." .Values.bitbucket.secret | b64enc }}
{{- end}}
{{- end }}
{{- end }}
+1 -1
View File
@@ -34,7 +34,7 @@ orgWhitelist: <replace-me>
# token: bar
# Bitbucket Server only:
# secret: baz
# base_url: https://bitbucket.yourorganization.com
# baseURL: https://bitbucket.yourorganization.com
# (The chart will perform the base64 encoding for you for values that are stored in secrets.)
# If managing secrets outside the chart for the webhook, use this variable to reference the secret name