Commit be7c789 1 parent 248d208 commit be7c789 Copy full SHA for be7c789
File tree 1 file changed +10
-1
lines changed
charts/flyte-core/templates/admin
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 45
45
notifications.yaml : |
46
46
notifications:
47
47
type: {{ .Values.workflow_notifications.config.notifications.type }}
48
- region: {{ tpl .Values.workflow_notifications.config.notifications.region $ }}
48
+ {{- if eq .Values.workflow_notifications.config.notifications.type "aws" }}
49
+ {{- with .Values.workflow_notifications.config.notifications.aws }}
50
+ aws: {{ tpl (toYaml .) $ | nindent 8 }}
51
+ {{- end }}
52
+ {{- end }}
53
+ {{- if eq .Values.workflow_notifications.config.notifications.type "gcp" }}
54
+ {{- with .Values.workflow_notifications.config.notifications.gcp }}
55
+ gcp: {{ tpl (toYaml .) $ | nindent 8 }}
56
+ {{- end }}
57
+ {{- end }}
49
58
{{- with .Values.workflow_notifications.config.notifications.publisher }}
50
59
publisher: {{- tpl (toYaml .) $ | nindent 8 }}
51
60
{{- end }}
You can’t perform that action at this time.
0 commit comments