Skip to content

Commit

Permalink
Remove enabled parameter from not ec_services
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Oct 1, 2024
1 parent 35fefc8 commit 2da394b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Charts/argocd-apps/templates/_apps.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ spec:
targetRevision: {{ default $.Values.source.targetRevision $settings.targetRevision }}
helm:
version: v3
{{- if eq $index 0 }}
parameters:
- name: global.enabled
value: {{ eq $settings.enabled false | ternary false true | quote }}
{{- end }}
valueFiles:
- ../values.yaml
- values.yaml
Expand Down

0 comments on commit 2da394b

Please sign in to comment.