Skip to content

Commit

Permalink
Merge pull request #5386 from EnterpriseDB/docs/check/example-tde
Browse files Browse the repository at this point in the history
DOCS-208 - Re-add the missing example tde file.
  • Loading branch information
djw-m authored Mar 13, 2024
2 parents 868cdb1 + f518811 commit 2e8155f
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
apiVersion: v1
kind: Secret
metadata:
name: tde-key
data:
key: bG9zcG9sbGl0b3NkaWNlbnBpb3Bpb3Bpb2N1YW5kb3RpZW5lbmhhbWJyZWN1YW5kb3RpZW5lbmZyaW8=

---
apiVersion: postgresql.k8s.enterprisedb.io/v1
kind: Cluster
metadata:
name: cluster-example
spec:
instances: 3
imageName: ghcr.io/enterprisedb/edb-postgres-advanced:16
postgresql:
epas:
tde:
enabled: true
secretKeyRef:
name: tde-key
key: key

bootstrap:
initdb:
redwood: true

storage:
size: 1Gi

1 comment on commit 2e8155f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.