mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 04:46:22 -03:00
formatting
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
{{- define "ix.v1.common.labels" -}}
|
||||
helm.sh/chart: {{ include "ix.v1.common.names.chart" . }}
|
||||
{{ include "ix.v1.common.labels.selectorLabels" . }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
helm-revision: {{ .Release.Revision | quote }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
{{- include "ix.v1.common.util.labels.render" (dict "root" . "labels" .Values.global.labels) -}}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user