#871 adjustments according review comments
Signed-off-by: shortsn <shortsn@users.noreply.github.com>
This commit is contained in:
parent
6ecbb65d68
commit
ab8c328aa7
2 changed files with 1 additions and 4 deletions
|
@ -15,5 +15,4 @@ maintainers:
|
|||
- name: andyfeller
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Added]: Initialize Changelog"
|
||||
- "[Added]: Support of 'defaultTriggers'"
|
|
@ -23,9 +23,7 @@ data:
|
|||
{{- end }}
|
||||
{{- with .Values.defaultTriggers }}
|
||||
defaultTriggers: |
|
||||
{{- range . }}
|
||||
- {{ . }}
|
||||
{{- end }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .Values.triggers }}
|
||||
{{- toYaml . | nindent 2 }}
|
||||
|
|
Loading…
Reference in a new issue