postgres-operator
postgres-operator copied to clipboard
allows you to use variables in values .Values.configGeneral
#1988
We're waiting for this chart feature, since it makes it possible to configure the image repositories of sidecars stage/deployment specific. With helm it's not possible to override arrays with --set and the sidecars are an array.
Currently we're patching the helm tarball with above change to make the images repositories changeable.
We have different image repositories for test, int, prod stages....
Created an issue #2114
Please add this tpl function to the other sections mentioned and then we can merge.
Will close in favor for #2115. But thanks @alexey-gavrilov-flant for raising it!
@FxKu you have also to merge this pull, since I didn't inclue this change in mine