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 0d5714f commit d0f57e6Copy full SHA for d0f57e6
tests/release.yaml
@@ -0,0 +1,10 @@
1
+# Contains all operators required to run the test suite.
2
+---
3
+releases:
4
+ # Do not change the name of the release as it's referenced from scripts/run-tests
5
+ tests:
6
+ releaseDate: 1970-01-01
7
+ description: Integration test
8
+ products:
9
+ commons:
10
+ operatorVersion: 0.0.0-dev
tests/templates/kuttl/restarter/00-patch-ns.yaml.j2
@@ -0,0 +1,9 @@
+{% if test_scenario['values']['openshift'] == 'true' %}
+# see https://github.com/stackabletech/issues/issues/566
+apiVersion: kuttl.dev/v1beta1
+kind: TestStep
+commands:
+ - script: kubectl patch namespace $NAMESPACE -p '{"metadata":{"labels":{"pod-security.kubernetes.io/enforce":"privileged"}}}'
+ timeout: 120
+{% endif %}
0 commit comments