From 1744851d0ca7cc28e0f14f1eac643cce0f8fe05f Mon Sep 17 00:00:00 2001 From: Isaiah Stapleton Date: Mon, 1 Jul 2024 14:04:26 -0400 Subject: [PATCH] Update internal-ouath-proxy-image policy This adds this policy to the ope-rhods-testing namespace and removes name match so that it applies to all pods in the namespace --- .../overlays/nerc-ocp-prod/use-internal-oauth-proxy-image.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/policy/overlays/nerc-ocp-prod/use-internal-oauth-proxy-image.yaml b/policy/overlays/nerc-ocp-prod/use-internal-oauth-proxy-image.yaml index de41544..2f04c54 100644 --- a/policy/overlays/nerc-ocp-prod/use-internal-oauth-proxy-image.yaml +++ b/policy/overlays/nerc-ocp-prod/use-internal-oauth-proxy-image.yaml @@ -18,5 +18,4 @@ spec: kinds: - apiGroups: ["*"] kinds: ["Pod"] - namespaces: ["rhods-notebooks"] - name: jupyter-nb* + namespaces: ["rhods-notebooks", "ope-rhods-testing-1fef2f"]