From 88e648e5ed9174f1d127e8989004ff113d088de7 Mon Sep 17 00:00:00 2001 From: Matthew Fuller Date: Thu, 3 Jun 2021 17:00:13 +0000 Subject: [PATCH] Allow BMO to watch all namespaces Removes the WATCH_NAMESPACE env variable in metal3-baremetal- opearator Deployment to allow the BMO to watch all namespaces. Change-Id: Ifea242dddb4bca1fad33c04a67017fe4528f4c44 --- manifests/function/baremetal-operator/operator.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/function/baremetal-operator/operator.yaml b/manifests/function/baremetal-operator/operator.yaml index c551c2bd6..c97a5c911 100644 --- a/manifests/function/baremetal-operator/operator.yaml +++ b/manifests/function/baremetal-operator/operator.yaml @@ -38,8 +38,6 @@ spec: - configMapRef: name: ironic-vars env: - - name: WATCH_NAMESPACE - value: default - name: POD_NAME valueFrom: fieldRef: