11{ {/*
22Expand the name of the chart.
33*/} }
4- { {- define " ical- simplejson-proxy.name" -} }
4+ { {- define " simplejson-proxy.name" -} }
55{ {- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix " -" } }
66{ {- end } }
77
@@ -10,7 +10,7 @@ Create a default fully qualified app name.
1010We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
1111If release name contains chart name it will be used as a full name.
1212*/} }
13- { {- define " ical- simplejson-proxy.fullname" -} }
13+ { {- define " simplejson-proxy.fullname" -} }
1414{ {- if .Values.fullnameOverride } }
1515{ {- .Values.fullnameOverride | trunc 63 | trimSuffix " -" } }
1616{ {- else } }
@@ -26,16 +26,16 @@ If release name contains chart name it will be used as a full name.
2626{ {/*
2727Create chart name and version as used by the chart label.
2828*/} }
29- { {- define " ical- simplejson-proxy.chart" -} }
29+ { {- define " simplejson-proxy.chart" -} }
3030{ {- printf " %s-%s" .Chart.Name .Chart.Version | replace " +" " _" | trunc 63 | trimSuffix " -" } }
3131{ {- end } }
3232
3333{ {/*
3434Common labels
3535*/} }
36- { {- define " ical- simplejson-proxy.labels" -} }
37- helm.sh/chart: { { include " ical- simplejson-proxy.chart" . } }
38- { { include " ical- simplejson-proxy.selectorLabels" . } }
36+ { {- define " simplejson-proxy.labels" -} }
37+ helm.sh/chart: { { include " simplejson-proxy.chart" . } }
38+ { { include " simplejson-proxy.selectorLabels" . } }
3939{ {- if .Chart.AppVersion } }
4040app.kubernetes.io/version: { { .Chart.AppVersion | quote } }
4141{ {- end } }
@@ -45,7 +45,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
4545{ {/*
4646Selector labels
4747*/} }
48- { {- define " ical- simplejson-proxy.selectorLabels" -} }
49- app.kubernetes.io/name: { { include " ical- simplejson-proxy.name" . } }
48+ { {- define " simplejson-proxy.selectorLabels" -} }
49+ app.kubernetes.io/name: { { include " simplejson-proxy.name" . } }
5050app.kubernetes.io/instance: { { .Release.Name } }
5151{ {- end } }
0 commit comments