From 384556babf72a95ce5625f14f2d0dbb8fd09f8ac Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Wed, 9 Jul 2025 14:36:24 +0200 Subject: [PATCH] fixed tests still using UID 1000 --- tests/templates/kuttl/kerberos/20-access-hdfs.yaml.j2 | 2 -- tests/templates/kuttl/kerberos/41-access-hbase.yaml.j2 | 2 -- tests/templates/kuttl/opa/41-access-hbase.yaml.j2 | 2 -- .../kuttl/snapshot-export/31_test-snapshot-export-job.yaml | 2 -- 4 files changed, 8 deletions(-) diff --git a/tests/templates/kuttl/kerberos/20-access-hdfs.yaml.j2 b/tests/templates/kuttl/kerberos/20-access-hdfs.yaml.j2 index 81a7bfd0..f655118e 100644 --- a/tests/templates/kuttl/kerberos/20-access-hdfs.yaml.j2 +++ b/tests/templates/kuttl/kerberos/20-access-hdfs.yaml.j2 @@ -64,7 +64,5 @@ commands: storage: "1" securityContext: fsGroup: 1000 - runAsGroup: 1000 - runAsUser: 1000 restartPolicy: OnFailure EOF diff --git a/tests/templates/kuttl/kerberos/41-access-hbase.yaml.j2 b/tests/templates/kuttl/kerberos/41-access-hbase.yaml.j2 index 1cbe5744..2ecb0e52 100644 --- a/tests/templates/kuttl/kerberos/41-access-hbase.yaml.j2 +++ b/tests/templates/kuttl/kerberos/41-access-hbase.yaml.j2 @@ -75,8 +75,6 @@ commands: storage: "1" securityContext: fsGroup: 1000 - runAsGroup: 1000 - runAsUser: 1000 restartPolicy: OnFailure EOF --- diff --git a/tests/templates/kuttl/opa/41-access-hbase.yaml.j2 b/tests/templates/kuttl/opa/41-access-hbase.yaml.j2 index ded10123..8bdecb5a 100644 --- a/tests/templates/kuttl/opa/41-access-hbase.yaml.j2 +++ b/tests/templates/kuttl/opa/41-access-hbase.yaml.j2 @@ -74,8 +74,6 @@ commands: storage: "1" securityContext: fsGroup: 1000 - runAsGroup: 1000 - runAsUser: 1000 restartPolicy: OnFailure EOF --- diff --git a/tests/templates/kuttl/snapshot-export/31_test-snapshot-export-job.yaml b/tests/templates/kuttl/snapshot-export/31_test-snapshot-export-job.yaml index 30072c87..ebdfe664 100644 --- a/tests/templates/kuttl/snapshot-export/31_test-snapshot-export-job.yaml +++ b/tests/templates/kuttl/snapshot-export/31_test-snapshot-export-job.yaml @@ -45,7 +45,5 @@ spec: name: test-hdfs securityContext: fsGroup: 1000 - runAsGroup: 1000 - runAsUser: 1000 serviceAccountName: test-sa restartPolicy: OnFailure