refactor: update Vault secret paths to new categorized structure
- minio: minio → storage/minio, minio-s3-credentials → storage/minio-s3-credentials - pgweb: pgweb → storage/pgweb - postgresql: postgresql → storage/postgresql - velero: minio → storage/minio, velero → storage/velero - zot: zot → storage/zot Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -14,19 +14,19 @@ spec:
|
||||
data:
|
||||
- secretKey: root-user
|
||||
remoteRef:
|
||||
key: minio
|
||||
key: storage/minio
|
||||
property: ROOT_USER
|
||||
- secretKey: root-password
|
||||
remoteRef:
|
||||
key: minio
|
||||
key: storage/minio
|
||||
property: ROOT_PASSWORD
|
||||
- secretKey: rootUser
|
||||
remoteRef:
|
||||
key: minio
|
||||
key: storage/minio
|
||||
property: ROOT_USER
|
||||
- secretKey: rootPassword
|
||||
remoteRef:
|
||||
key: minio
|
||||
key: storage/minio
|
||||
property: ROOT_PASSWORD
|
||||
---
|
||||
apiVersion: external-secrets.io/v1
|
||||
@@ -49,28 +49,28 @@ spec:
|
||||
data:
|
||||
- secretKey: AWS_ACCESS_KEY_ID
|
||||
remoteRef:
|
||||
key: minio-s3-credentials
|
||||
key: storage/minio-s3-credentials
|
||||
property: AWS_ACCESS_KEY_ID
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
metadataPolicy: None
|
||||
- secretKey: AWS_SECRET_ACCESS_KEY
|
||||
remoteRef:
|
||||
key: minio-s3-credentials
|
||||
key: storage/minio-s3-credentials
|
||||
property: AWS_SECRET_ACCESS_KEY
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
metadataPolicy: None
|
||||
- secretKey: AWS_REGION
|
||||
remoteRef:
|
||||
key: minio-s3-credentials
|
||||
key: storage/minio-s3-credentials
|
||||
property: AWS_REGION
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
metadataPolicy: None
|
||||
- secretKey: AWS_S3_ENDPOINT
|
||||
remoteRef:
|
||||
key: minio-s3-credentials
|
||||
key: storage/minio-s3-credentials
|
||||
property: AWS_S3_ENDPOINT
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
|
||||
Reference in New Issue
Block a user