From 565f50292a442d13141be6ca72d923c1c5d74458 Mon Sep 17 00:00:00 2001 From: Shawn Hurley Date: Mon, 6 Nov 2023 15:41:24 -0500 Subject: [PATCH] adding ability for the metadata.namespace to be what we watch --- helm/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 9cbc0ba..9c8dd38 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -26,7 +26,7 @@ spec: - name: WATCH_NAMESPACE valueFrom: fieldRef: - fieldPath: metadata.annotations['olm.targetNamespaces'] + fieldPath: metadata.namespace - name: ANSIBLE_GATHERING value: explicit - name: APP_NAME