fix: Skip post-install hooks for rancher-backup HelmRelease
The chart's post-install hook uses rancher/kuberlr-kubectl which fails to download kubectl. The SA automountServiceAccountToken is managed manually, so the hook is unnecessary.
This commit is contained in:
@@ -20,9 +20,11 @@ spec:
|
|||||||
createNamespace: true
|
createNamespace: true
|
||||||
remediation:
|
remediation:
|
||||||
retries: 3
|
retries: 3
|
||||||
|
skipHooks: true
|
||||||
upgrade:
|
upgrade:
|
||||||
remediation:
|
remediation:
|
||||||
retries: 3
|
retries: 3
|
||||||
|
skipHooks: true
|
||||||
values:
|
values:
|
||||||
image:
|
image:
|
||||||
repository: rancher/backup-restore-operator
|
repository: rancher/backup-restore-operator
|
||||||
|
|||||||
Reference in New Issue
Block a user