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 021d14a commit ef8d489Copy full SHA for ef8d489
tests/templates/kuttl/logging/06-install-hdfs-test-runner.yaml
@@ -15,8 +15,10 @@ spec:
15
labels:
16
app: hdfs-test-runner
17
spec:
18
+ shareProcessNamespace: true
19
containers:
20
- name: hdfs-test-runner
21
image: docker.stackable.tech/stackable/testing-tools:0.2.0-stackable0.0.0-dev
22
+ args: [sleep, infinity]
23
stdin: true
24
tty: true
tests/templates/kuttl/smoke/40-webhdfs.yaml
@@ -15,9 +15,11 @@ spec:
app: webhdfs
- name: webhdfs
25
resources:
0 commit comments