feat: Add support for Argo links (#497)

Signed-off-by: Michael Seiwald <michael.seiwald@smartify-it.de>
This commit is contained in:
Michael Seiwald 2020-11-16 22:49:59 +01:00 committed by GitHub
parent c99716bc20
commit e4d67ae6e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View file

@ -81,3 +81,6 @@ data:
{{- with .Values.controller.workflowRestrictions }}
workflowRestrictions: {{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.controller.links }}
links: {{- toYaml . | nindent 6 }}
{{- end }}