From ac591363b7b72381c4ebd44f2800a0fdfb7ad936 Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Fri, 25 Oct 2024 15:30:51 -0500 Subject: [PATCH] OADP 4.18-dev-preview disables `OpenShiftPodSecurityAdmission` featuregate --- .../openshift-oadp-operator-master__4.18-dev-preview.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-master__4.18-dev-preview.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-master__4.18-dev-preview.yaml index ccfef96dbd8d7..0c12c66abf9db 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-master__4.18-dev-preview.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-master__4.18-dev-preview.yaml @@ -39,6 +39,7 @@ tests: dependencies: OO_INDEX: ci-index env: + FEATURE_GATES: '[''OpenShiftPodSecurityAdmission=false'']' OO_CHANNEL: stable OO_INSTALL_NAMESPACE: openshift-adp OO_PACKAGE: oadp-operator @@ -64,6 +65,7 @@ tests: dependencies: OO_INDEX: ci-index env: + FEATURE_GATES: '[''OpenShiftPodSecurityAdmission=false'']' OO_CHANNEL: stable OO_INSTALL_NAMESPACE: openshift-adp OO_PACKAGE: oadp-operator