shoebill-operator/yaml/example/secret.yaml
Nikolai Rodionov e857c359e0
First Commit
The main feature of the operator is implemented, but it's not ready
for real use yet.
2023-11-24 18:49:06 +01:00

9 lines
138 B
YAML

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