You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the docker containers and the helm charts each set the default values at two places (in the values.yaml and in the entrypoint.d directory in the docker container). Have those definitions twice usually tends to diverge over time. So we should find a solution to have the defaults definition only once which is then automatically transferred to helm charts and docker containers.
The text was updated successfully, but these errors were encountered:
Right now the docker containers and the helm charts each set the default values at two places (in the values.yaml and in the entrypoint.d directory in the docker container). Have those definitions twice usually tends to diverge over time. So we should find a solution to have the defaults definition only once which is then automatically transferred to helm charts and docker containers.
The text was updated successfully, but these errors were encountered: