fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
Supporting substitutions in custom parameters in the unified image
There are cases where a user may want to have custom parameters that substitute variables from the environment, such as for populating custom locality fields. The old split image supports this, but the new unified image does not, because the custom parameters will be passed through as literal strings. We should look for a way to support this variable substitution in a general way in the new image.