Skip to content

Commit

Permalink
fix: add cluster secret store
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed Apr 1, 2023
1 parent 6e805ff commit 13166db
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion kubernetes/apps/default/minio/app/externalsecret.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@

---
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
name: minio-cluster-secret-store
spec:
provider:
doppler:
auth:
secretRef:
dopplerToken:
name: doppler-token-auth-api
key: dopplerToken
namespace: kube-system
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
Expand All @@ -7,7 +22,7 @@ metadata:
spec:
secretStoreRef:
kind: ClusterSecretStore
name: onepassword-connect
name: minio-cluster-secret-store
target:
name: minio-secret
creationPolicy: Owner
Expand Down

0 comments on commit 13166db

Please sign in to comment.