Relative Content

Tag Archive for kuberneteskubernetes-helm

Helm ignore alias property in dependencies

I have a need to move my chart from an umbrella system to use one universal subchart, so as not to spawn identical subcharts that differ only in some values. I have left this chart identical to my previous subcharts using the umbrella system. In values.yaml the example of values for a certain service looks like this.

kubernetes job gets triggered always

I have kubernetes deployment with init container which triggers a job through configmap mounted to it. However I have added a condition to start the init container.