Skip to content

Commit 479ac14

Browse files
committed
Update appSets.yaml.gotmpl to rename 'withConfig' to 'with-config' for consistency and remove unused 'baseApp' label from application spec.
1 parent 0a5a98a commit 479ac14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appSets.yaml.gotmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ applicationsets:
111111
targetRevision: HEAD
112112
path: "{{`{{ .values.appInstancePath }}`}}"
113113

114-
withConfig:
114+
with-config:
115115
namespace: argocd
116116
finalizers:
117117
- resources-finalizer.argocd.argoproj.io
@@ -162,7 +162,6 @@ applicationsets:
162162
name: "{{`{{ .values.clusterName }}-{{ .values.appInstance }}`}}"
163163
labels:
164164
debug: "{{`{{ . | toYaml }}`}}"
165-
baseApp: "{{`{{ .baseApp }}`}}"
166165
spec:
167166
project: default # {{"{{ or .project \"default\" }}"}}
168167
destination:

0 commit comments

Comments
 (0)