feat: Add support for Argo links (#497)
Signed-off-by: Michael Seiwald <michael.seiwald@smartify-it.de>
This commit is contained in:
parent
c99716bc20
commit
e4d67ae6e9
3 changed files with 6 additions and 1 deletions
|
|
@ -81,3 +81,6 @@ data:
|
|||
{{- with .Values.controller.workflowRestrictions }}
|
||||
workflowRestrictions: {{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
{{- with .Values.controller.links }}
|
||||
links: {{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue