We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ec2b4 commit a1c799aCopy full SHA for a1c799a
test/bats/aws.bats
@@ -51,7 +51,7 @@ setup_file() {
51
run kubectl create ns $NAMESPACE
52
assert_success
53
54
- run kubectl label ns $NAMESPACE security.openshift.io/scc.podSecurityLabelSync=false pod-security.kubernetes.io/enforce=privileged pod-security.kubernetes.io/audit=privileged pod-security.kubernetes.io/warn=privileged --overwrite
+ run kubectl label ns $NAMESPACE security.openshift.io/scc.podSecurityLabelSync=false pod-security.kubernetes.io/enforce=restricted pod-security.kubernetes.io/audit=baseline pod-security.kubernetes.io/warn=baseline --overwrite
55
56
57
cat > $BATS_TEST_DIR/csi-app-assume-role-policy-document.json <<EOF
0 commit comments