diff --git a/helm-chart/sefaria-project/templates/rollout/task.yaml b/helm-chart/sefaria-project/templates/rollout/task.yaml index 6c8e94e64f..3f9a233e59 100644 --- a/helm-chart/sefaria-project/templates/rollout/task.yaml +++ b/helm-chart/sefaria-project/templates/rollout/task.yaml @@ -79,6 +79,11 @@ spec: value: "varnish-{{ .Values.deployEnv }}-{{ .Release.Revision }}" - name: HELM_REVISION value: "{{ .Release.Revision }}" + - name: SLACK_URL + valueFrom: + secretKeyRef: + name: { { template "sefaria.secrets.slackWebhook" . } } + key: slack-webhook envFrom: {{- if .Values.tasks.enabled }} - secretRef: