diff --git a/tests/templates/kuttl/logging/06-install-hdfs-test-runner.yaml b/tests/templates/kuttl/logging/06-install-hdfs-test-runner.yaml index 27b88afc..eb25b6d5 100644 --- a/tests/templates/kuttl/logging/06-install-hdfs-test-runner.yaml +++ b/tests/templates/kuttl/logging/06-install-hdfs-test-runner.yaml @@ -15,8 +15,10 @@ spec: labels: app: hdfs-test-runner spec: + shareProcessNamespace: true containers: - name: hdfs-test-runner image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev + args: [sleep, infinity] stdin: true tty: true diff --git a/tests/templates/kuttl/smoke/40-webhdfs.yaml b/tests/templates/kuttl/smoke/40-webhdfs.yaml index 2975ba72..e929d756 100644 --- a/tests/templates/kuttl/smoke/40-webhdfs.yaml +++ b/tests/templates/kuttl/smoke/40-webhdfs.yaml @@ -15,9 +15,11 @@ spec: labels: app: webhdfs spec: + shareProcessNamespace: true containers: - name: webhdfs image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev + args: [sleep, infinity] stdin: true tty: true resources: