a7ce3dcc1a
The S3 config caused the operator to try downloading kubectl, which fails in the container. S3 credentials are correctly configured in the Backup CR and ExternalSecret instead.
29 lines
596 B
YAML
29 lines
596 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: rancher-backup
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
targetNamespace: cattle-resources-system
|
|
dependsOn:
|
|
- name: rancher-backup-crd
|
|
chart:
|
|
spec:
|
|
chart: rancher-backup
|
|
version: "106.0.2+up8.1.0"
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: rancher-charts
|
|
namespace: flux-system
|
|
install:
|
|
createNamespace: true
|
|
remediation:
|
|
retries: 3
|
|
upgrade:
|
|
remediation:
|
|
retries: 3
|
|
values:
|
|
image:
|
|
repository: rancher/backup-restore-operator
|