File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ kind: Namespace
3
3
metadata :
4
4
name : openshift-operator-lifecycle-manager
5
5
labels :
6
+ pod-security.kubernetes.io/enforce : restricted
7
+ pod-security.kubernetes.io/enforce-version : " v1.24"
6
8
openshift.io/scc : " anyuid"
7
9
openshift.io/cluster-monitoring : " true"
8
10
annotations :
@@ -16,7 +18,7 @@ kind: Namespace
16
18
metadata :
17
19
name : openshift-operators
18
20
labels :
19
- pod-security.kubernetes.io/enforce : baseline
21
+ pod-security.kubernetes.io/enforce : privileged
20
22
pod-security.kubernetes.io/enforce-version : " v1.24"
21
23
openshift.io/scc : " anyuid"
22
24
annotations :
Original file line number Diff line number Diff line change @@ -402,4 +402,5 @@ add_ibm_managed_cloud_annotations "${ROOT_DIR}/manifests"
402
402
find " ${ROOT_DIR} /manifests" -type f -exec $SED -i " /^#/d" {} \;
403
403
find " ${ROOT_DIR} /manifests" -type f -exec $SED -i " 1{/---/d}" {} \;
404
404
405
- ${YQ} delete --inplace -d' 0' manifests/0000_50_olm_00-namespace.yaml ' metadata.labels."pod-security.kubernetes.io/enforce*"'
405
+ # (anik120): uncomment this once https://issues.redhat.com/browse/OLM-2695 is Done.
406
+ # ${YQ} delete --inplace -d'1' manifests/0000_50_olm_00-namespace.yaml 'metadata.labels."pod-security.kubernetes.io/enforce*"'
Original file line number Diff line number Diff line change 1
1
installType : ocp
2
2
rbacApiVersion : rbac.authorization.k8s.io
3
3
namespace : openshift-operator-lifecycle-manager
4
+ namespace_psa :
5
+ enforceLevel : restricted
6
+ enforceVersion : ' "v1.24"'
4
7
catalog_namespace : openshift-marketplace
5
8
operator_namespace : openshift-operators
6
9
operator_namespace_psa :
7
- enforceLevel : baseline
10
+ enforceLevel : privileged
8
11
enforceVersion : ' "v1.24"'
9
12
imagestream : true
10
13
writeStatusName : operator-lifecycle-manager
You can’t perform that action at this time.
0 commit comments