From 9c60a60204fde5a5467fabbbbd0d20430993ab32 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Wed, 5 Aug 2026 08:42:01 +0200 Subject: [PATCH 1/2] test: Use long Secret name Doesn't fix a bug or anything, just increases the test variance --- tests/templates/kuttl/non-sensitive-data/01_secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/non-sensitive-data/01_secret.yaml b/tests/templates/kuttl/non-sensitive-data/01_secret.yaml index 807a9027..9e92a568 100644 --- a/tests/templates/kuttl/non-sensitive-data/01_secret.yaml +++ b/tests/templates/kuttl/non-sensitive-data/01_secret.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Secret metadata: - name: secret-root-trust-$NAMESPACE + name: secret-root-trust-with-very-looooooooooooong-name-with-63-chars namespace: $NAMESPACE labels: secrets.stackable.tech/class: root-trust-$NAMESPACE From bacb68f4a2c290b446ba5fd42e94035aaae8d5a5 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Wed, 5 Aug 2026 09:08:26 +0200 Subject: [PATCH 2/2] Make it even longer :O --- tests/templates/kuttl/non-sensitive-data/01_secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/templates/kuttl/non-sensitive-data/01_secret.yaml b/tests/templates/kuttl/non-sensitive-data/01_secret.yaml index 9e92a568..dc5361af 100644 --- a/tests/templates/kuttl/non-sensitive-data/01_secret.yaml +++ b/tests/templates/kuttl/non-sensitive-data/01_secret.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Secret metadata: - name: secret-root-trust-with-very-looooooooooooong-name-with-63-chars + name: secret-root-trust-with-very-loooooooooooooooooooooooooooooooooooooooooooong-name-with-100-characters namespace: $NAMESPACE labels: secrets.stackable.tech/class: root-trust-$NAMESPACE