Skip to content
CAPA
Argo CD
medium
Question 6 of 68

A GitOps team wants Argo CD to automatically apply changes to the cluster whenever a new commit is pushed to Git, and also automatically remove cluster resources when they are deleted from the Git repository. Which Application spec configuration achieves both behaviors?

Aspec.syncPolicy.automated: {} only (pruning is enabled by default)
BSet spec.syncPolicy.automated.prune: true under the automated sync policy
CSet spec.syncPolicy.manual: true with spec.syncPolicy.pruneResources: true
DSet spec.syncPolicy.syncOptions: [Prune=true, AutoSync=true]

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion