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 055b258 commit bd982d7Copy full SHA for bd982d7
1 file changed
tests/templates/kuttl/smoke/20-install-test-opa.yaml.j2
@@ -21,6 +21,13 @@ commands:
21
labels:
22
app: test-opa
23
spec:
24
+ # This needs to be excluded for Openshift.
25
+ # But as it is needed for K3s, retain everywhere except
26
+ # for Openshift.
27
+{% if test_scenario['values']['openshift'] == 'false' %}
28
+ securityContext:
29
+ fsGroup: 1000
30
+{% endif %}
31
containers:
32
- name: test-opa
33
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
0 commit comments