fix(ci): allowing to run on k8s versions with no seccompprofile key

This commit is contained in:
Dario Tranchitella
2023-03-02 14:24:39 +01:00
parent 89348c9499
commit ac4f0ab6dd

View File

@@ -266,6 +266,7 @@ e2e-build/%:
--set "manager.image.tag=$(VERSION)" \
--set 'manager.livenessProbe.failureThreshold=10' \
--set 'manager.readinessProbe.failureThreshold=10' \
--set 'podSecurityContext.seccompProfile=null' \
capsule \
./charts/capsule