mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 11:03:59 +00:00
fix(gitea): correct Helm admin secret name to 'gitea' (not 'gitea-gitea')
The Gitea Helm chart names the admin credentials secret after the release
name alone, not '{release}-gitea'. For release name 'gitea' the secret is
just 'gitea'.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dbe249ce9f
commit
5fba20b651
@ -906,7 +906,7 @@ gitea_api_token() {
|
||||
# Prints the token sha1 to stdout; returns 1 on failure.
|
||||
gitea_helm_admin_token() {
|
||||
local token_name="${1:-knoe-installer-helm}"
|
||||
local secret="${GITEA_HELM_RELEASE:-gitea}-gitea"
|
||||
local secret="${GITEA_HELM_RELEASE:-gitea}"
|
||||
local admin_user="${GITEA_HELM_ADMIN_USER:-gitea_admin}"
|
||||
|
||||
local admin_pw
|
||||
|
||||
Loading…
Reference in New Issue
Block a user