fix: Separate Backup CRs into their own kustomization
All checks were successful
Deploy Cluster / Terraform (push) Successful in 41s
Deploy Cluster / Ansible (push) Successful in 5m57s

The Backup and Restore CRs need the rancher-backup CRDs to exist first.
Moved them to a separate kustomization that depends on the operator being ready.
This commit is contained in:
2026-03-29 22:22:29 +00:00
parent 48870433bf
commit afb1782d38
7 changed files with 22 additions and 6 deletions

View File

@@ -16,7 +16,3 @@ spec:
port: 80
protocol: TCP
targetPort: 80
- name: https
port: 443
protocol: TCP
targetPort: 443