feat: Add support for Argo links

Signed-off-by: Michael Seiwald <michael.seiwald@smartify-it.de>
This commit is contained in:
Michael Seiwald 2020-11-13 09:16:56 +01:00
parent 1f67a85a58
commit 3827fcd9e9
3 changed files with 6 additions and 1 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v2.11.3 appVersion: v2.11.3
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
name: argo name: argo
version: 0.13.2 version: 0.14.0
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
maintainers: maintainers:

View file

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

View file

@ -129,6 +129,8 @@ controller:
# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ # ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
# PriorityClass: system-cluster-critical # PriorityClass: system-cluster-critical
priorityClassName: "" priorityClassName: ""
# https://argoproj.github.io/argo/links/
links: []
# executor controls how the init and wait container should be customized # executor controls how the init and wait container should be customized
executor: executor: