Remove unused password
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-01-11 18:25:03 +01:00
parent b461f70644
commit 7d8ffeaf02
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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