From aef6ecb28f1d9a2f2e5b854d8f6fb2c85ba08b77 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Tue, 6 Dec 2022 16:55:25 +0000 Subject: [PATCH] fix(rook): Make overwrites optional --- infrastructure/rook/cluster.yaml | 1 + infrastructure/rook/operator.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/infrastructure/rook/cluster.yaml b/infrastructure/rook/cluster.yaml index 913b8e20f..617ec7700 100644 --- a/infrastructure/rook/cluster.yaml +++ b/infrastructure/rook/cluster.yaml @@ -25,6 +25,7 @@ spec: - kind: Secret name: rook-ceph-cluster-overwrite valuesKey: values-overwrite.yaml + optional: true --- apiVersion: v1 kind: ConfigMap diff --git a/infrastructure/rook/operator.yaml b/infrastructure/rook/operator.yaml index afcfc3d44..414358a2a 100644 --- a/infrastructure/rook/operator.yaml +++ b/infrastructure/rook/operator.yaml @@ -25,6 +25,7 @@ spec: - kind: Secret name: rook-ceph-overwrite valuesKey: values-overwrite.yaml + optional: true --- apiVersion: v1 kind: ConfigMap -- GitLab