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
|
||||
|
||||
Reference in New Issue
Block a user