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:
/v\atthew L Daniel
2019-02-07 10:28:08 -08:00
committed by Kubernetes Prow Robot
parent 451214890c
commit ec89a0c43c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 }}