From 6a9eaa817cd3f1848bd761a28e3c58b847e5dcaf Mon Sep 17 00:00:00 2001 From: Eric Satterwhite Date: Thu, 12 Jan 2023 19:35:50 -0600 Subject: [PATCH] chore(wave0) Disable remote resource reconcile behavior includes configuration options to control the default reconcile behavior of remote resource controller and its children --- deployment/kubernetes/wave0.yaml.envsubst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deployment/kubernetes/wave0.yaml.envsubst b/deployment/kubernetes/wave0.yaml.envsubst index bc37f06..ea006e0 100644 --- a/deployment/kubernetes/wave0.yaml.envsubst +++ b/deployment/kubernetes/wave0.yaml.envsubst @@ -59,6 +59,12 @@ items: name: razeedeploy-overrides key: MTP_RECONCILE_BY_DEFAULT optional: true + - name: RR_RECONCILE_BY_DEFAULT + valueFrom: + configMapKeyRef: + name: razeedeploy-overrides + key: RR_RECONCILE_BY_DEFAULT + optional: true - name: CRD_WATCH_TIMEOUT_SECONDS valueFrom: configMapKeyRef: