Remove unused password
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -29,7 +29,6 @@ ALERTA_CONF_VERSION=v1
|
||||
CONFIG_JSON_VERSION=v1
|
||||
EMAIL_TMPL_VERSION=v1
|
||||
|
||||
SECRET_DB_ROOT_PASSWORD_VERSION=v1
|
||||
SECRET_CLI_API_KEY_VERSION=v1
|
||||
SECRET_MAILER_API_KEY_VERSION=v1
|
||||
SECRET_SMTP_PASSWORD_VERSION=v1
|
||||
|
@ -13,7 +13,6 @@ x-configs: &default-configs
|
||||
|
||||
x-secrets: &default-secrets
|
||||
- cli_api_key
|
||||
- db_root_password
|
||||
- mailer_api_key
|
||||
- oauth_client_secret
|
||||
- rocket_chat_webhook_url
|
||||
@ -102,9 +101,6 @@ configs:
|
||||
file: email.tmpl
|
||||
|
||||
secrets:
|
||||
db_root_password:
|
||||
name: ${STACK_NAME}_db_root_password_${SECRET_DB_ROOT_PASSWORD_VERSION}
|
||||
external: true
|
||||
cli_api_key:
|
||||
name: ${STACK_NAME}_cli_api_key_${SECRET_CLI_API_KEY_VERSION}
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user