mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
5eada1670f
commit
4aeffaa6c0
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user