Test that it is possible to lock down security of pods (#84)
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
kubectl label namespace "$scenario" pod-security.kubernetes.io/enforce=privileged
|
||||
kubectl create namespace "${scenario}-deps"
|
||||
kubectl label namespace "${scenario}-deps" pod-security.kubernetes.io/enforce=restricted
|
||||
helm install -n "${scenario}-deps" spire -f "${TEST_DIR}"/deps-values.yaml
|
||||
Reference in New Issue
Block a user