fix
This commit is contained in:
@@ -26,7 +26,7 @@ resource "kubectl_manifest" "cm_env_back" {
|
||||
ENABLE_JIRA_IMPORTER: "False"
|
||||
ENABLE_TRELLO_IMPORTER: "False"
|
||||
OPENID_CONNECT_SCOPES: "openid email profile"
|
||||
GITLAB_URL="${module.oauth2.sso_configuration_url}"
|
||||
GITLAB_URL: "${module.oauth2.sso_configuration_url}"
|
||||
EOF
|
||||
}
|
||||
|
||||
@@ -75,7 +75,7 @@ resource "kubectl_manifest" "cm_env_front" {
|
||||
ENABLE_JIRA_IMPORTER: "false"
|
||||
ENABLE_TRELLO_IMPORTER: "false"
|
||||
OPENID_CONNECT_SCOPES: "openid email profile"
|
||||
GITLAB_URL="${module.oauth2.sso_configuration_url}"
|
||||
GITLAB_URL: "${module.oauth2.sso_configuration_url}"
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user