secret.yaml 325 Bytes
apiVersion: v1
kind: Secret
metadata:
  name: postgresql-secret
  namespace: ecommerce
  labels:
    app: postgresql
    component: database
type: Opaque
data:
  # echo -n 'postgres123' | base64
  postgres-password: cG9zdGdyZXMxMjM=
  postgres-root-password: cG9zdGdyZXMxMjM=
  postgres-replication-password: cG9zdGdyZXMxMjM=