Skip to content

Commit

Permalink
Change label ec_service to is_ioc
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Sep 30, 2024
1 parent e100dce commit 35fefc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts/argocd-apps/templates/_apps.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
name: {{ $service }}
namespace: {{ $.Release.Namespace }}
labels:
ec_service: {{ eq $index 0 | ternary true false | quote }}
is_ioc: {{ eq $index 0 | ternary true false | quote }}
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand Down

0 comments on commit 35fefc8

Please sign in to comment.