fix: add ServerSideApply for argocd CRDs, remove deprecated vector playground field

This commit is contained in:
Martin McCaffery 2026-06-02 09:57:05 +01:00
parent 07261b081e
commit d0b0c85cf8
No known key found for this signature in database
GPG key ID: 7C4D0F375BCEE533
2 changed files with 1 additions and 1 deletions

View file

@ -12,6 +12,7 @@ spec:
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- ServerSideApply=true
retry: retry:
limit: -1 limit: -1
destination: destination:

View file

@ -28,7 +28,6 @@ customConfig:
api: api:
enabled: false enabled: false
address: 0.0.0.0:8686 address: 0.0.0.0:8686
playground: true
sources: sources:
k8s: k8s:
type: kubernetes_logs type: kubernetes_logs