fix: add ServerSideApply for argocd CRDs, remove deprecated vector playground field
This commit is contained in:
parent
07261b081e
commit
d0b0c85cf8
2 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue