Skip to content

Commit

Permalink
revert admin user renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
pbusko committed Nov 6, 2024
1 parent a97de8d commit 4b1c144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-on-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function deploy_korifi() {
helm upgrade --install korifi helm/korifi \
--namespace korifi \
--values="$values_file" \
--set=adminUserName="kubernetes-admin" \
--set=adminUserName="cf-admin" \
--set=defaultAppDomainName="apps-127-0-0-1.nip.io" \
--set=generateIngressCertificates="true" \
--set=logLevel="debug" \
Expand Down

0 comments on commit 4b1c144

Please sign in to comment.