shoebill-operator/yaml/example/secret.yaml

9 lines
138 B
YAML
Raw Normal View History

apiVersion: v1
kind: Secret
metadata:
name: database-secret
stringData:
PASSWORD: 123123!!
USERNAME: real_root
DATABASE: postgres