#871 adjustments according review comments

Signed-off-by: shortsn <shortsn@users.noreply.github.com>
This commit is contained in:
shortsn 2021-08-17 09:40:24 +02:00
parent 6ecbb65d68
commit ab8c328aa7
2 changed files with 1 additions and 4 deletions

View file

@ -15,5 +15,4 @@ maintainers:
- name: andyfeller
annotations:
artifacthub.io/changes: |
- "[Added]: Initialize Changelog"
- "[Added]: Support of 'defaultTriggers'"

View file

@ -23,9 +23,7 @@ data:
{{- end }}
{{- with .Values.defaultTriggers }}
defaultTriggers: |
{{- range . }}
- {{ . }}
{{- end }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.triggers }}
{{- toYaml . | nindent 2 }}