feat(argo-workflows): Added support for setting annotations on argo workflows controller configmap (#2889)
This commit is contained in:
parent
d1f5d50dcd
commit
8c0b686895
4 changed files with 10 additions and 3 deletions
|
|
@ -6,6 +6,10 @@ metadata:
|
|||
namespace: {{ include "argo-workflows.namespace" . | quote }}
|
||||
labels:
|
||||
{{- include "argo-workflows.labels" (dict "context" . "component" .Values.controller.name "name" "cm") | nindent 4 }}
|
||||
{{- with .Values.controller.configMap.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
data:
|
||||
config: |
|
||||
{{- if .Values.controller.instanceID.enabled }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue