Fix typo in db_password versioning

This commit is contained in:
3wc 2022-11-21 21:37:36 -08:00 committed by Christian Galo
parent e5aafdae8b
commit 54bb36a111
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ secrets:
name: ${STACK_NAME}_db_root_password_${SECRET_DB_ROOT_PASSWORD_VERSION}
db_password:
external: true
name: ${STACK_NAME}_db_password_${SECRET_DB_ROOT_PASSWORD_VERSION}
name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION}
admin_password:
external: true
name: ${STACK_NAME}_admin_password_${SECRET_ADMIN_PASSWORD_VERSION}