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
357 B
YAML
17 lines
357 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: addon-rancher-backup-config
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: platform
|
|
path: ./infrastructure/addons/rancher-backup-config
|
|
timeout: 5m
|
|
suspend: false
|
|
dependsOn:
|
|
- name: addon-rancher-backup
|