Skip to content

gitlab-runner: Automatically roll deployments of gitlab-runner when ConfigMaps or Secrets change

Tobias L. Maier requested to merge tmaier/charts.gitlab.io:patch-1 into master

Based on https://github.com/kubernetes/helm/blob/master/docs/charts_tips_and_tricks.md#automatically-roll-deployments-when-configmaps-or-secrets-change

At the moment, helm upgrade --namespace gitlab-com would not lead to a restart the Pod if values changed. This change will enable the automatic restart of Pods, if this is required.

Edited by Tobias L. Maier

Merge request reports