feat(minio): add minio object storage deployment
This commit is contained in:
22
apps/minio/external-secret.yaml
Normal file
22
apps/minio/external-secret.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: minio-external-secret
|
||||
namespace: minio
|
||||
spec:
|
||||
refreshInterval: "1m"
|
||||
secretStoreRef:
|
||||
name: vault-backend
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: minio-secrets
|
||||
creationPolicy: Owner
|
||||
data:
|
||||
- secretKey: root_user
|
||||
remoteRef:
|
||||
key: secret/apps/minio
|
||||
property: root_user
|
||||
- secretKey: root_password
|
||||
remoteRef:
|
||||
key: secret/apps/minio
|
||||
property: root_password
|
||||
Reference in New Issue
Block a user