We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16c4f8 commit 5cc7cabCopy full SHA for 5cc7cab
2 files changed
charts/gitvote/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: gitvote
3
description: GitVote is a GitHub application that allows holding a vote on issues and pull requests
4
type: application
5
-version: 1.2.1-1
+version: 1.2.1-2
6
appVersion: 1.2.0
7
kubeVersion: ">= 1.19.0-0"
8
home: https://gitvote.dev
charts/gitvote/templates/gitvote_secret.yaml
@@ -18,4 +18,7 @@ stringData:
18
appID: {{ .Values.gitvote.github.appID }}
19
appPrivateKey: {{ .Values.gitvote.github.appPrivateKey | quote }}
20
webhookSecret: {{ .Values.gitvote.github.webhookSecret | quote }}
21
- webhookSecretFallback: {{ .Values.gitvote.github.webhookSecretFallback | quote }}
+ {{- with .Values.gitvote.github.webhookSecretFallback }}
22
+ webhookSecretFallback: {{ . | quote }}
23
+ {{- end }}
24
+
0 commit comments