Loading deploy/kubernetes/chart/templates/_helpers.tpl +3 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,9 @@ app.kubernetes.io/version: {{ $context.Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ $context.Release.Service }} {{ include "esgf.component.selectorLabels" . }} {{- with $context.Values.extraLabels }} {{ toYaml . }} {{- end }} {{- end -}} {{/* Loading deploy/kubernetes/chart/values.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,9 @@ image: # See https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ pullSecrets: # A map of extra labels to be applied to all resources extraLabels: {} ### # Ingress configuration ### Loading Loading
deploy/kubernetes/chart/templates/_helpers.tpl +3 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,9 @@ app.kubernetes.io/version: {{ $context.Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ $context.Release.Service }} {{ include "esgf.component.selectorLabels" . }} {{- with $context.Values.extraLabels }} {{ toYaml . }} {{- end }} {{- end -}} {{/* Loading
deploy/kubernetes/chart/values.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,9 @@ image: # See https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ pullSecrets: # A map of extra labels to be applied to all resources extraLabels: {} ### # Ingress configuration ### Loading