Nikolai Rodionov
439e735203
Now controller looks a bit better and its parts can be tested with integration tests, that are going to be implemented later.
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
|