chore(argocd-applicationset): Don't exclude chart anymore (#977)
* chore(argocd-applicationset): Don't exclude chart anymore Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Bump chart argocd-applicationset Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Bump minor chart version Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
e2cb20df28
commit
a992c96053
8 changed files with 26 additions and 8 deletions
|
|
@ -39,7 +39,7 @@ spec:
|
|||
{{- if or (gt ( .Values.replicaCount | int64) 1) .Values.args.enableLeaderElection }}
|
||||
- --enable-leader-election=true
|
||||
{{- end }}
|
||||
- --namespace={{ .Values.args.namespace }}
|
||||
- --namespace={{ .Values.args.namespace | default .Release.Namespace }}
|
||||
- --argocd-repo-server={{ .Values.args.argocdRepoServer }}
|
||||
- --policy={{ .Values.args.policy }}
|
||||
- --debug={{ .Values.args.debug }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue