Compare commits
1
Commits
f7334a5480
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0905f5ca86 |
@@ -20,3 +20,12 @@ spec:
|
|||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
|
# ArgoCD was originally `helm install`ed by hand before ArgoCD existed to
|
||||||
|
# manage it (see README Phase 3), so client-side 3-way merge apply can't
|
||||||
|
# see/prune fields from that pre-existing object — left a stale `args` on
|
||||||
|
# argocd-repo-server's copyutil init container after a later chart bump,
|
||||||
|
# crashlooping it (same bug class as envoy-gateway, see 020b248).
|
||||||
|
# ServerSideApply properly tracks field ownership and prunes it.
|
||||||
|
syncPolicy:
|
||||||
|
syncOptions:
|
||||||
|
- ServerSideApply=true
|
||||||
|
|||||||
Reference in New Issue
Block a user