From e8e9f843d9cdab447ebe6dcd8249c2c50523a350 Mon Sep 17 00:00:00 2001 From: Jan Zickermann <jan.zickermann@dataport.de> Date: Tue, 14 Jan 2025 12:06:33 +0100 Subject: [PATCH] OZG-7121 helm: Fix test --- ...vice_account.yaml => deployment_service_account_test.yaml} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename src/test/helm/{deployment_service_account.yaml => deployment_service_account_test.yaml} (91%) diff --git a/src/test/helm/deployment_service_account.yaml b/src/test/helm/deployment_service_account_test.yaml similarity index 91% rename from src/test/helm/deployment_service_account.yaml rename to src/test/helm/deployment_service_account_test.yaml index bc7d3d4..b1486aa 100644 --- a/src/test/helm/deployment_service_account.yaml +++ b/src/test/helm/deployment_service_account_test.yaml @@ -5,7 +5,9 @@ release: templates: - templates/deployment.yaml set: - imagePullSecret: test-image-pull-secret + ozgcloud: + environment: dev + imagePullSecret: image-pull-secret tests: - it: should use service account with default name set: -- GitLab