apiVersion: v1 kind: Secret metadata: name: postgres-credentials type: Opaque data: # echo -n 'xxx' | base64 user: aHVl password: aHVl