Commit 207f53dd authored by Matt Pryor's avatar Matt Pryor
Browse files

Add option for extra global labels

parent bbb20129
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 -}}

{{/*
+3 −0
Original line number Diff line number Diff line
@@ -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
###