#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 - name: andyfeller
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- "[Added]: Initialize Changelog"
- "[Added]: Support of 'defaultTriggers'" - "[Added]: Support of 'defaultTriggers'"

View file

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