_allLabels.tpl 568 B

12345678910111213
  1. {{/* Labels that are added to all objects */}}
  2. {{/* Call this template:
  3. {{ include "ix.v1.common.lib.metadata.allLabels" $ }}
  4. */}}
  5. {{- define "ix.v1.common.lib.metadata.allLabels" -}}
  6. helm.sh/chart: {{ include "ix.v1.common.lib.chart.names.chart" . }}
  7. helm-revision: {{ .Release.Revision | quote }}
  8. app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
  9. app.kubernetes.io/managed-by: {{ .Release.Service }}
  10. app: {{ include "ix.v1.common.lib.chart.names.chart" . }}
  11. release: {{ .Release.Name }}
  12. {{- include "ix.v1.common.lib.metadata.globalLabels" . }}
  13. {{- end -}}