Skip to content

Commit 01fe226

Browse files
committed
fix(chart): declare spec.conversion in CRD to match API server default
API server defaults spec.conversion to {strategy: None} on the live CRD; the static manifest omitted it, causing ArgoCD to report the CRD permanently OutOfSync (extra field in live, absent in desired). Declaring it explicitly aligns desired with live.
1 parent 713c836 commit 01fe226

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

chart/crds/crd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ metadata:
66
argocd.argoproj.io/sync-options: Prune=false
77
name: vllmservices.inference.michelecampi.dev
88
spec:
9+
conversion:
10+
strategy: None
911
group: inference.michelecampi.dev
1012
names:
1113
categories: []

0 commit comments

Comments
 (0)