diff --git a/flux/clusters/local/kustomization.yaml b/flux/clusters/local/kustomization.yaml index 27bb5cb..771eb27 100644 --- a/flux/clusters/local/kustomization.yaml +++ b/flux/clusters/local/kustomization.yaml @@ -2,3 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../base +patches: + - target: + kind: Kustomization + name: infra-devops + path: patches/infra-devops.yaml diff --git a/flux/clusters/local/patches/infra-devops.yaml b/flux/clusters/local/patches/infra-devops.yaml new file mode 100644 index 0000000..e68ac33 --- /dev/null +++ b/flux/clusters/local/patches/infra-devops.yaml @@ -0,0 +1,19 @@ +apiVersion: kustomize.toolkit.fluxcd.io/v1 +kind: Kustomization +metadata: + name: infra-devops +spec: + patches: + - target: + kind: HelmRelease + name: velero + patch: | + apiVersion: helm.toolkit.fluxcd.io/v2 + kind: HelmRelease + metadata: + name: velero + spec: + install: + remediation: + retries: -1 + suspend: true