Skip to content

Commit

Permalink
Atlantis 450 (helm#11246)
Browse files Browse the repository at this point in the history
* 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>
Signed-off-by: Dalitso Banda <dabanda@microsoft.com>
  • Loading branch information
mdaniel authored and dbanda committed Feb 8, 2019
1 parent 4512148 commit f8a72a4
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.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
Expand Down
2 changes: 1 addition & 1 deletion stable/atlantis/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f8a72a4

Please sign in to comment.