mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
'Signed-off-by: Ryan Blankemeier github.com/rblank96' (#15280)
Signed-off-by: Ryan Blankemeier <rblankemeier@predictivetechnologies.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e8903c9a10
commit
45f8bc1751
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user