#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
|
- name: andyfeller
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Added]: Initialize Changelog"
|
|
||||||
- "[Added]: Support of 'defaultTriggers'"
|
- "[Added]: Support of 'defaultTriggers'"
|
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue