Skip to content

Commit

Permalink
add SSL_SELF_SIGNED to be configured for gitaly
Browse files Browse the repository at this point in the history
add it to `gitlab_configure_gitaly()`
  • Loading branch information
kkimurak committed Jul 2, 2022
1 parent acd0857 commit 2b72bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/runtime/functions
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ gitlab_configure_gitaly() {
GITLAB_LOG_DIR \
GITLAB_REPOS_DIR \
GITLAB_SHELL_INSTALL_DIR \
GITLAB_RELATIVE_URL_ROOT
GITLAB_RELATIVE_URL_ROOT \
SSL_SELF_SIGNED

update_template ${GITLAB_CONFIG} \
GITALY_CLIENT_PATH \
Expand Down Expand Up @@ -1883,7 +1884,6 @@ configure_gitlab_shell() {
GITLAB_HOME \
GITLAB_LOG_DIR \
GITLAB_SHELL_INSTALL_DIR \
SSL_SELF_SIGNED \
REDIS_HOST \
REDIS_PORT \
REDIS_DB_NUMBER
Expand Down

0 comments on commit 2b72bd8

Please sign in to comment.