Skip to content

Commit

Permalink
feat(Gitea): make ui sshEnabled aware (#137)
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <[email protected]>
  • Loading branch information
pmig committed May 31, 2023
1 parent 43fa99f commit 19fe8b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class GiteaIniConfigMap : CRUDKubernetesDependentResource<ConfigMap, Gitea>(Conf
"GITEA__server__ROOT_URL" to "https://${spec.host}/",
"GITEA__server__DOMAIN" to spec.host,
"GITEA__server__SSH_DOMAIN" to spec.sshHost,
"GITEA__server__DISABLE_SSH" to (!spec.sshEnabled).toString(),
"GITEA__service__DISABLE_REGISTRATION" to (!spec.registrationEnabled).toString(),
"GITEA__repository__ROOT" to "${Gitea.WORK_DIR}/data/gitea-repositories",
"GITEA__security__INSTALL_LOCK" to "true",
Expand Down

0 comments on commit 19fe8b8

Please sign in to comment.