Skip to content

Commit fcb411e

Browse files
fix: add SkipDryRunOnMissingResource for CRD bootstrap ordering
ArgoCD fails dry-run validation on CRD-dependent resources before sync-waves can apply. This option skips dry-run for resources with missing CRDs, allowing proper bootstrap sequence. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 999885c commit fcb411e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/core/cluster-bootstrap/app-of-apps.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ spec:
2525
- Validate=true
2626
- CreateNamespace=true
2727
- PruneLast=true
28+
- SkipDryRunOnMissingResource=true

0 commit comments

Comments
 (0)