Skip to content

Commit

Permalink
Fix issue in secret template (#517)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Jun 27, 2024
1 parent d16c4f8 commit 5cc7cab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gitvote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: gitvote
description: GitVote is a GitHub application that allows holding a vote on issues and pull requests
type: application
version: 1.2.1-1
version: 1.2.1-2
appVersion: 1.2.0
kubeVersion: ">= 1.19.0-0"
home: https://gitvote.dev
Expand Down
5 changes: 4 additions & 1 deletion charts/gitvote/templates/gitvote_secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ stringData:
appID: {{ .Values.gitvote.github.appID }}
appPrivateKey: {{ .Values.gitvote.github.appPrivateKey | quote }}
webhookSecret: {{ .Values.gitvote.github.webhookSecret | quote }}
webhookSecretFallback: {{ .Values.gitvote.github.webhookSecretFallback | quote }}
{{- with .Values.gitvote.github.webhookSecretFallback }}
webhookSecretFallback: {{ . | quote }}
{{- end }}

0 comments on commit 5cc7cab

Please sign in to comment.