[stable/atlantis] Fix statefulset.yaml to allow fork PRs (#13568)

* Update statefulset.yaml

Fix a typo for ATLANTIS_ALLOW_FORK_PRS value

Signed-off-by: Andy Dharmawan <andyaldodharmawan@gmail.com>

* Wrap ATLANTIS_ALLOW_FORK_PRS value in quotes

Signed-off-by: Andy Dharmawan <andyaldodharmawan@gmail.com>

* Bump chart version (minor)

Signed-off-by: Andy Dharmawan <andyaldodharmawan@gmail.com>

* Use {{ | quote }}

Signed-off-by: Andy Dharmawan <andyaldodharmawan@gmail.com>
This commit is contained in:
Andy
2019-05-23 01:10:30 -07:00
committed by Kubernetes Prow Robot
parent 5eada1670f
commit 4aeffaa6c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v0.7.1"
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 3.3.1
version: 3.4.1
keywords:
- terraform
home: https://www.runatlantis.io
+1 -1
View File
@@ -90,7 +90,7 @@ spec:
{{- end }}
{{- if .Values.allowForkPRs }}
- name: ATLANTIS_ALLOW_FORK_PRS
value: {{ .Values.allowForkPRS }}
value: {{ .Values.allowForkPRs | quote }}
{{- end }}
{{- if .Values.defaultTFVersion }}
- name: ATLANTIS_DEFAULT_TF_VERSION