From c39575f3ce2fa5b7b2b74ef1db5973927a87d263 Mon Sep 17 00:00:00 2001 From: Gabe Alford Date: Fri, 9 Feb 2024 15:16:48 -0700 Subject: [PATCH] fix: operator pull policy should follow the default --- config/non-olm/patches/manager_patch.yaml | 1 - deploy/falcon-operator.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/config/non-olm/patches/manager_patch.yaml b/config/non-olm/patches/manager_patch.yaml index 5878c800..1eb0a2b2 100644 --- a/config/non-olm/patches/manager_patch.yaml +++ b/config/non-olm/patches/manager_patch.yaml @@ -9,7 +9,6 @@ spec: spec: containers: - name: manager - imagePullPolicy: Always env: - name: WATCH_NAMESPACE value: null diff --git a/deploy/falcon-operator.yaml b/deploy/falcon-operator.yaml index 417bf509..693a82ad 100644 --- a/deploy/falcon-operator.yaml +++ b/deploy/falcon-operator.yaml @@ -3832,7 +3832,6 @@ spec: - name: OPERATOR_NAME value: falcon-operator image: quay.io/crowdstrike/falcon-operator:0.9.1 - imagePullPolicy: Always livenessProbe: httpGet: path: /healthz