e857c359e0
The main feature of the operator is implemented, but it's not ready for real use yet.
9 lines
138 B
YAML
9 lines
138 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: database-secret
|
|
stringData:
|
|
PASSWORD: 123123!!
|
|
USERNAME: real_root
|
|
DATABASE: postgres
|