File tree Expand file tree Collapse file tree 5 files changed +37
-1
lines changed Expand file tree Collapse file tree 5 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Contains all operators required to run the test suite.
2
2
---
3
3
releases :
4
- # Do not change the name of the release as it's referenced from run_tests.sh
4
+ # Do not change the name of the release as it's referenced from run-tests
5
5
tests :
6
6
releaseDate : 1970-01-01
7
7
description : Integration test
Original file line number Diff line number Diff line change
1
+ {% if test_scenario ['values' ]['openshift' ] == 'true' %}
2
+ # see https://github.com/stackabletech/issues/issues/566
3
+ ---
4
+ apiVersion: kuttl.dev/v1beta1
5
+ kind: TestStep
6
+ commands:
7
+ - script: kubectl patch namespace $NAMESPACE -p '{"metadata":{"labels":{"pod-security.kubernetes.io/enforce":"privileged"}}}'
8
+ timeout: 120
9
+ {% endif %}
Original file line number Diff line number Diff line change
1
+ {% if test_scenario ['values' ]['openshift' ] == 'true' %}
2
+ # see https://github.com/stackabletech/issues/issues/566
3
+ ---
4
+ apiVersion: kuttl.dev/v1beta1
5
+ kind: TestStep
6
+ commands:
7
+ - script: kubectl patch namespace $NAMESPACE -p '{"metadata":{"labels":{"pod-security.kubernetes.io/enforce":"privileged"}}}'
8
+ timeout: 120
9
+ {% endif %}
Original file line number Diff line number Diff line change
1
+ {% if test_scenario ['values' ]['openshift' ] == 'true' %}
2
+ # see https://github.com/stackabletech/issues/issues/566
3
+ ---
4
+ apiVersion: kuttl.dev/v1beta1
5
+ kind: TestStep
6
+ commands:
7
+ - script: kubectl patch namespace $NAMESPACE -p '{"metadata":{"labels":{"pod-security.kubernetes.io/enforce":"privileged"}}}'
8
+ timeout: 120
9
+ {% endif %}
Original file line number Diff line number Diff line change
1
+ {% if test_scenario ['values' ]['openshift' ] == 'true' %}
2
+ # see https://github.com/stackabletech/issues/issues/566
3
+ ---
4
+ apiVersion: kuttl.dev/v1beta1
5
+ kind: TestStep
6
+ commands:
7
+ - script: kubectl patch namespace $NAMESPACE -p '{"metadata":{"labels":{"pod-security.kubernetes.io/enforce":"privileged"}}}'
8
+ timeout: 120
9
+ {% endif %}
You can’t perform that action at this time.
0 commit comments