fix: Install rancher-backup CRD chart before operator
Some checks failed
Deploy Cluster / Terraform (push) Successful in 50s
Deploy Cluster / Ansible (push) Has been cancelled

The rancher-backup operator requires CRDs from the rancher-backup-crd
chart to be installed first.
This commit is contained in:
2026-03-29 22:51:34 +00:00
parent 22ce5fd6f4
commit 20d7a6f777
2 changed files with 24 additions and 0 deletions

View File

@@ -3,5 +3,6 @@ kind: Kustomization
resources:
- namespace.yaml
- helmrepository-rancher-backup.yaml
- helmrelease-rancher-backup-crd.yaml
- helmrelease-rancher-backup.yaml
- b2-credentials-externalsecret.yaml