fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
Move ConfigMap known keys into constants
What would you like to be added/changed?
Currently we use "ca-file", "sidecar-conf" and "running-version" in multiple places in our code, we should declare a constant for those well known keys in the ConfigMap to remove the risk of typos.