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.
17 lines
532 B
YAML
17 lines
532 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- kustomization-ccm.yaml
|
|
- kustomization-csi.yaml
|
|
- kustomization-external-secrets.yaml
|
|
- kustomization-tailscale-operator.yaml
|
|
- kustomization-tailscale-proxyclass.yaml
|
|
- traefik
|
|
- kustomization-flux-ui.yaml
|
|
- kustomization-observability.yaml
|
|
- kustomization-observability-content.yaml
|
|
- kustomization-rancher.yaml
|
|
- kustomization-rancher-config.yaml
|
|
- kustomization-rancher-backup.yaml
|
|
- kustomization-rancher-backup-config.yaml
|