This commit is contained in:
Adam Buran 2025-01-28 09:08:13 +01:00 committed by GitHub
commit 264c8f2ab3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -211,6 +211,12 @@ spec:
name: argocd-cmd-params-cm
key: applicationsetcontroller.webhook.parallelism.limit
optional: true
- name: ARGOCD_APPLICATIONSET_CONTROLLER_REQUEUE_AFTER
valueFrom:
configMapKeyRef:
name: argocd-cmd-params-cm
key: applicationsetcontroller.requeue.after
optional: true
{{- with .Values.applicationSet.extraEnvFrom }}
envFrom:
{{- toYaml . | nindent 12 }}