REFACTOR(vault): update Vault secret paths
- Update secret paths for databases/* - Reorganize secret structure
This commit is contained in:
@@ -14,17 +14,17 @@ spec:
|
||||
data:
|
||||
- secretKey: root-user
|
||||
remoteRef:
|
||||
key: minio/root
|
||||
key: databases/minio
|
||||
property: ROOT_USER
|
||||
- secretKey: root-password
|
||||
remoteRef:
|
||||
key: minio/root
|
||||
key: databases/minio
|
||||
property: ROOT_PASSWORD
|
||||
- secretKey: rootUser
|
||||
remoteRef:
|
||||
key: minio/root
|
||||
key: databases/minio
|
||||
property: ROOT_USER
|
||||
- secretKey: rootPassword
|
||||
remoteRef:
|
||||
key: minio/root
|
||||
key: databases/minio
|
||||
property: ROOT_PASSWORD
|
||||
|
||||
@@ -14,13 +14,13 @@ spec:
|
||||
data:
|
||||
- secretKey: database-url
|
||||
remoteRef:
|
||||
key: pgweb/dev
|
||||
key: databases/pgweb
|
||||
property: DATABASE_URL
|
||||
- secretKey: auth-user
|
||||
remoteRef:
|
||||
key: pgweb/dev
|
||||
key: databases/pgweb
|
||||
property: AUTH_USER
|
||||
- secretKey: auth-password
|
||||
remoteRef:
|
||||
key: pgweb/dev
|
||||
key: databases/pgweb
|
||||
property: AUTH_PASSWORD
|
||||
|
||||
@@ -14,9 +14,9 @@ spec:
|
||||
data:
|
||||
- secretKey: password
|
||||
remoteRef:
|
||||
key: postgresql-dev/root
|
||||
key: databases/postgresql-dev
|
||||
property: PASSWORD
|
||||
- secretKey: postgres-password
|
||||
remoteRef:
|
||||
key: postgresql-dev/root
|
||||
key: databases/postgresql-dev
|
||||
property: POSTGRES_PASSWORD
|
||||
|
||||
@@ -14,13 +14,13 @@ spec:
|
||||
data:
|
||||
- secretKey: password
|
||||
remoteRef:
|
||||
key: postgresql/root
|
||||
key: databases/postgresql
|
||||
property: PASSWORD
|
||||
- secretKey: postgres-password
|
||||
remoteRef:
|
||||
key: postgresql/root
|
||||
key: databases/postgresql
|
||||
property: POSTGRES_PASSWORD
|
||||
- secretKey: replication-password
|
||||
remoteRef:
|
||||
key: postgresql/root
|
||||
key: databases/postgresql
|
||||
property: REPLICATION_PASSWORD
|
||||
|
||||
Reference in New Issue
Block a user