diff --git a/Makefile b/Makefile index e19190503..71d1dd2ca 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,7 @@ test-e2e-encryption-perf: test-unit .PHONY: test-e2e test-e2e: GO_TEST_PACKAGES :=./test/e2e/... +test-e2e: GO_TEST_FLAGS += -timeout 1h test-e2e: test-unit # Configure the 'telepresence' target diff --git a/bindata/v3.11.0/openshift-apiserver/deploy.yaml b/bindata/v3.11.0/openshift-apiserver/deploy.yaml index cab60b50c..823caadfe 100644 --- a/bindata/v3.11.0/openshift-apiserver/deploy.yaml +++ b/bindata/v3.11.0/openshift-apiserver/deploy.yaml @@ -72,6 +72,7 @@ spec: # we need to set this to privileged to be able to write audit to /var/log/openshift-apiserver securityContext: privileged: true + readOnlyRootFilesystem: false ports: - containerPort: 8443 volumeMounts: diff --git a/pkg/operator/v311_00_assets/bindata.go b/pkg/operator/v311_00_assets/bindata.go index 648962864..80e180cfb 100644 --- a/pkg/operator/v311_00_assets/bindata.go +++ b/pkg/operator/v311_00_assets/bindata.go @@ -223,6 +223,7 @@ spec: # we need to set this to privileged to be able to write audit to /var/log/openshift-apiserver securityContext: privileged: true + readOnlyRootFilesystem: false ports: - containerPort: 8443 volumeMounts: