X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2F3rdparty%2Finfluxdb%2Ftemplates%2F_helpers.tpl;h=aa82dac22484d3b10c66ae140f6a48dba0ead076;hb=refs%2Fchanges%2F50%2F11150%2F10;hp=4866664e1299447765628dbf99d76c7e9952c5ab;hpb=22ebf743884858441150813c18ba0751771e0eed;p=ric-plt%2Fric-dep.git diff --git a/helm/3rdparty/influxdb/templates/_helpers.tpl b/helm/3rdparty/influxdb/templates/_helpers.tpl index 4866664..aa82dac 100644 --- a/helm/3rdparty/influxdb/templates/_helpers.tpl +++ b/helm/3rdparty/influxdb/templates/_helpers.tpl @@ -35,12 +35,13 @@ Create chart name and version as used by the chart label. Common labels */}} {{- define "influxdb.labels" -}} -helm.sh/chart: {{ include "influxdb.chart" . }} -{{ include "influxdb.selectorLabels" . }} +app.kubernetes.io/name: {{ include "influxdb.name" . }} +app.kubernetes.io/instance: {{ .Release.Name }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} +helm.sh/chart: {{ include "influxdb.chart" . }} {{- end -}} {{/*