Skip to content

Commit 43d58d5

Browse files
authored
assets/runtime/functions: sync with upstream
1 parent 5e09c72 commit 43d58d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/runtime/functions

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,8 @@ gitlab_configure_secrets() {
858858
update_template ${GITLAB_SECRETS_CONFIG} \
859859
GITLAB_SECRETS_DB_KEY_BASE \
860860
GITLAB_SECRETS_SECRET_KEY_BASE \
861-
GITLAB_SECRETS_OTP_KEY_BASE
861+
GITLAB_SECRETS_OTP_KEY_BASE \
862+
GITLAB_SECRETS_ENCRYPTED_SETTINGS_KEY_BASE
862863

863864
local shell_secret="${GITLAB_INSTALL_DIR}/.gitlab_shell_secret"
864865
if [[ ! -f "${shell_secret}" ]]; then

0 commit comments

Comments
 (0)