Skip to content

Commit 9097d48

Browse files
authored
fixed tests still using UID 1000 (#673)
1 parent f6781ca commit 9097d48

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

tests/templates/kuttl/kerberos/20-access-hdfs.yaml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,5 @@ commands:
6464
storage: "1"
6565
securityContext:
6666
fsGroup: 1000
67-
runAsGroup: 1000
68-
runAsUser: 1000
6967
restartPolicy: OnFailure
7068
EOF

tests/templates/kuttl/kerberos/41-access-hbase.yaml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ commands:
7575
storage: "1"
7676
securityContext:
7777
fsGroup: 1000
78-
runAsGroup: 1000
79-
runAsUser: 1000
8078
restartPolicy: OnFailure
8179
EOF
8280
---

tests/templates/kuttl/opa/41-access-hbase.yaml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ commands:
7474
storage: "1"
7575
securityContext:
7676
fsGroup: 1000
77-
runAsGroup: 1000
78-
runAsUser: 1000
7977
restartPolicy: OnFailure
8078
EOF
8179
---

tests/templates/kuttl/snapshot-export/31_test-snapshot-export-job.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,5 @@ spec:
4545
name: test-hdfs
4646
securityContext:
4747
fsGroup: 1000
48-
runAsGroup: 1000
49-
runAsUser: 1000
5048
serviceAccountName: test-sa
5149
restartPolicy: OnFailure

0 commit comments

Comments
 (0)