Skip to content
CNPA
Continuous Delivery and Platform Engineering
medium
Question 5 of 32

A platform team implements a GitOps promotion workflow requiring a pull request review from a platform engineer before any change reaches production. Which mechanism best implements this production gate without violating GitOps principles?

AConfigure a cron job to periodically sync staging configuration to production
BEnable Git branch protection rules with required reviewer approvals on the production configuration path so the GitOps operator only syncs after a reviewed PR merges
CBlock all ArgoCD syncs and require manual argocd app sync --prune CLI commands for production
DGrant production access only to a separate deployment team who manually applies manifests on request

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