mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Atlantis 450 (#11246)
* Quote the orgWhitelist value in the StatefulSet fixes: runatlantis/atlantis#450 Signed-off-by: Matthew L Daniel <md@stoi.cc> * Bump the atlantis chart version Signed-off-by: Matthew L Daniel <md@stoi.cc>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
451214890c
commit
ec89a0c43c
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: "v0.4.11"
|
||||
description: A Helm chart for Atlantis https://www.runatlantis.io
|
||||
name: atlantis
|
||||
version: 1.1.3
|
||||
version: 1.1.4
|
||||
keywords:
|
||||
- terraform
|
||||
home: https://www.runatlantis.io
|
||||
|
||||
@@ -87,7 +87,7 @@ spec:
|
||||
- name: ATLANTIS_DATA_DIR
|
||||
value: /atlantis-data
|
||||
- name: ATLANTIS_REPO_WHITELIST
|
||||
value: {{ .Values.orgWhitelist }}
|
||||
value: {{ toYaml .Values.orgWhitelist }}
|
||||
- name: ATLANTIS_PORT
|
||||
value: "4141"
|
||||
{{- if .Values.atlantisUrl }}
|
||||
|
||||
Reference in New Issue
Block a user