fdb-kubernetes-operator icon indicating copy to clipboard operation
fdb-kubernetes-operator copied to clipboard

Supporting substitutions in custom parameters in the unified image

Open brownleej opened this issue 3 years ago • 0 comments

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.

brownleej avatar Jan 14 '22 18:01 brownleej