commit d0bf7be6c404106822ba26c8553c15c6154399a1 parent a3b80bc03c52c9300d2f2b2e749f9bbb98ab4406 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sat, 28 Feb 2026 11:39:31 +0100 fix Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure_talos/configs/kustomization.yaml b/infrastructure_talos/configs/kustomization.yaml @@ -7,3 +7,4 @@ resources: - cnpg-cluster-barmancloud-ext.yaml - cnpg-base.yaml - cnpg-cluster.yaml + - velero-schedules.yaml diff --git a/infrastructure_talos/controllers/velero/schedules.yaml b/infrastructure_talos/configs/velero-schedules.yaml diff --git a/infrastructure_talos/controllers/velero/kustomization.yaml b/infrastructure_talos/controllers/velero/kustomization.yaml @@ -6,4 +6,3 @@ resources: - secret.yaml - release.yaml - snapshot-class.yaml - - schedules.yaml