Skip to content

Commit

Permalink
fix: add cloudnative-pg-secret
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed Apr 29, 2023
1 parent 495729a commit 02ebefc
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions kubernetes/apps/default/cloudnative-pg/app/externalsecret.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@

---
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
name: postgres-super-secret
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 @@ -22,7 +7,7 @@ metadata:
spec:
secretStoreRef:
kind: ClusterSecretStore
name: postgres-super-secret
name: doppler-auth-api
target:
name: cloudnative-pg-secret
creationPolicy: Owner
Expand Down

0 comments on commit 02ebefc

Please sign in to comment.