fix(argo-rollouts): Add subscriptions into notifcations-configmap (#2793)
* fix(argo-rollouts): Add subscriptions into notifcations-configmap Signed-off-by: Jaime Pérez Halcón <jphalcon@gmail.com> * fix(argo-rollouts): Set version Signed-off-by: Jaime Pérez Halcón <jphalcon@gmail.com> * fix(argo-rollouts): Updated readme Signed-off-by: Jaime Pérez Halcón <jphalcon@gmail.com> * fix(values.yaml): fixed trailing spaces Signed-off-by: Jaime Pérez Halcón <jphalcon@gmail.com> --------- Signed-off-by: Jaime Pérez Halcón <jphalcon@gmail.com> Co-authored-by: Aikawa <yu.croco@gmail.com>
This commit is contained in:
parent
7b30c3bcfa
commit
ee508fe7fc
4 changed files with 15 additions and 2 deletions
|
|
@ -16,3 +16,7 @@ data:
|
|||
{{- with .Values.notifications.triggers }}
|
||||
{{- toYaml . | nindent 2 }}
|
||||
{{- end }}
|
||||
{{- with .Values.notifications.subscriptions }}
|
||||
subscriptions:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue