Skip to content

Commit

Permalink
fix(helm): Fix syntax error in rollout file
Browse files Browse the repository at this point in the history
  • Loading branch information
edamboritz committed Dec 8, 2024
1 parent 9de2979 commit 64ccbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/sefaria-project/templates/rollout/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
- name: SLACK_URL
valueFrom:
secretKeyRef:
name: { { template "sefaria.secrets.slackWebhook" . } }
name: {{ template "sefaria.secrets.slackWebhook" . }}
key: slack-webhook
envFrom:
{{- if .Values.tasks.enabled }}
Expand Down

0 comments on commit 64ccbbd

Please sign in to comment.