Skip to content

Commit

Permalink
fix: Correct templating github webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Oct 11, 2024
1 parent 6f32b13 commit ed438ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/ctrlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ctrlplane
description: Ctrlplane Helm chart for Kubernetes
type: application
version: 0.1.32
version: 0.1.34
appVersion: "1.16.0"

maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/ctrlplane/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ data:
{{- if .Values.global.integrations.github.bot.privateKey }}
GITHUB_BOT_PRIVATE_KEY: {{ .Values.global.integrations.github.bot.privateKey | b64enc }}
{{- end }}
{{- if .Values.global.integrations.github.webhookSecret }}
GITHUB_WEBHOOK_SECRET: {{ .Values.global.integrations.github.webhookSecret | b64enc }}
{{- if .Values.global.integrations.github.bot.webhookSecret }}
GITHUB_WEBHOOK_SECRET: {{ .Values.global.integrations.github.bot.webhookSecret | b64enc }}
{{- end }}

0 comments on commit ed438ed

Please sign in to comment.