Fix typo in db_password versioning

This commit is contained in:
2023-08-08 08:30:05 +00:00
committed by cgalo5758
parent e5aafdae8b
commit 54bb36a111
+1 -1
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}