Skip to content

Commit b1c1943

Browse files
committed
argocd: nest writeBackTarget under gitConfig (v1.2.1 CRD schema)
writeBackTarget lives under writeBackConfig.gitConfig, not at the writeBackConfig level, in the installed CRD. Verified via kubectl explain + server dry-run.
1 parent 40e8f93 commit b1c1943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

argocd/imageupdater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
gitConfig:
1010
repository: "https://github.com/MicheleCampi/vllm-coldstart-operator"
1111
branch: "main"
12-
writeBackTarget: "helmvalues:chart/values.yaml"
12+
writeBackTarget: "helmvalues:chart/values.yaml"
1313
applicationRefs:
1414
- namePattern: "vllm-coldstart-operator"
1515
images:

0 commit comments

Comments
 (0)