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:
|
data:
|
||||||
- secretKey: root-user
|
- secretKey: root-user
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: minio/root
|
key: databases/minio
|
||||||
property: ROOT_USER
|
property: ROOT_USER
|
||||||
- secretKey: root-password
|
- secretKey: root-password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: minio/root
|
key: databases/minio
|
||||||
property: ROOT_PASSWORD
|
property: ROOT_PASSWORD
|
||||||
- secretKey: rootUser
|
- secretKey: rootUser
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: minio/root
|
key: databases/minio
|
||||||
property: ROOT_USER
|
property: ROOT_USER
|
||||||
- secretKey: rootPassword
|
- secretKey: rootPassword
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: minio/root
|
key: databases/minio
|
||||||
property: ROOT_PASSWORD
|
property: ROOT_PASSWORD
|
||||||
|
|||||||
@@ -14,13 +14,13 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: database-url
|
- secretKey: database-url
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: pgweb/dev
|
key: databases/pgweb
|
||||||
property: DATABASE_URL
|
property: DATABASE_URL
|
||||||
- secretKey: auth-user
|
- secretKey: auth-user
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: pgweb/dev
|
key: databases/pgweb
|
||||||
property: AUTH_USER
|
property: AUTH_USER
|
||||||
- secretKey: auth-password
|
- secretKey: auth-password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: pgweb/dev
|
key: databases/pgweb
|
||||||
property: AUTH_PASSWORD
|
property: AUTH_PASSWORD
|
||||||
|
|||||||
@@ -14,9 +14,9 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: password
|
- secretKey: password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: postgresql-dev/root
|
key: databases/postgresql-dev
|
||||||
property: PASSWORD
|
property: PASSWORD
|
||||||
- secretKey: postgres-password
|
- secretKey: postgres-password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: postgresql-dev/root
|
key: databases/postgresql-dev
|
||||||
property: POSTGRES_PASSWORD
|
property: POSTGRES_PASSWORD
|
||||||
|
|||||||
@@ -14,13 +14,13 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: password
|
- secretKey: password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: postgresql/root
|
key: databases/postgresql
|
||||||
property: PASSWORD
|
property: PASSWORD
|
||||||
- secretKey: postgres-password
|
- secretKey: postgres-password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: postgresql/root
|
key: databases/postgresql
|
||||||
property: POSTGRES_PASSWORD
|
property: POSTGRES_PASSWORD
|
||||||
- secretKey: replication-password
|
- secretKey: replication-password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: postgresql/root
|
key: databases/postgresql
|
||||||
property: REPLICATION_PASSWORD
|
property: REPLICATION_PASSWORD
|
||||||
|
|||||||
Reference in New Issue
Block a user