Refine Argo CD configuration for kube-prometheus-stack to clarify CRD management and server-side apply limitations, ensuring compatibility and preventing last-applied-configuration overflow during deployments.
This commit is contained in:
@@ -24,8 +24,9 @@ spec:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: monitoring
|
||||
# Manual sync: Ansible helm runs first; enable automation after cutover (see ../README.md §5).
|
||||
# ServerSideApply: helps large manifests Argo applies directly (CRDs are handled via **helm.skipCrds** +
|
||||
# chart **crds.upgradeJob** server-side apply — see values.yaml).
|
||||
# ServerSideApply: avoids oversized **last-applied-configuration** on large chart objects where supported.
|
||||
# CRDs: **helm.skipCrds** (Argo must not `--include-crds`). Do not enable chart **crds.upgradeJob** under Argo —
|
||||
# its hook ConfigMap exceeds the same annotation limit; CRD bumps via Ansible **helm upgrade** (see values.yaml).
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
Reference in New Issue
Block a user