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.
7 lines
97 B
YAML
7 lines
97 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: database-configmap
|
|
data:
|
|
PROTOCOL: postgresql
|