From 554cb81b10975008cc76bc43dc769c836d0b8178 Mon Sep 17 00:00:00 2001 From: Manuel Esberger <esberger.manuel@live.at> Date: Thu, 17 Oct 2024 18:48:16 +0200 Subject: [PATCH] try fix lint issues on pipeline --- helm/dbrepo/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/dbrepo/values.yaml b/helm/dbrepo/values.yaml index 415b8c61e8..0122d3b296 100644 --- a/helm/dbrepo/values.yaml +++ b/helm/dbrepo/values.yaml @@ -808,7 +808,7 @@ identityservice: ## @param identityservice.global.ldapDomain The LDAP domain name in domain "dbrepo.at" form or explicit in "dc=dbrepo,dc=at" form. ldapDomain: dc=dbrepo,dc=at ## @param identityservice.global.adminUser The admin username that is used to bind. - adminUser: + adminUser: admin ## @param identityservice.global.adminPassword The admin user password that is used to bind. adminPassword: admin ## @skip identityservice.global.configUserEnabled -- GitLab