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.
8 lines
208 B
YAML
8 lines
208 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- helmrepository-rancher-backup.yaml
|
|
- helmrelease-rancher-backup.yaml
|
|
- b2-credentials-externalsecret.yaml
|