X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FDAaaS%2Fdeploy%2Fcollection%2Fcharts%2Fprometheus-node-exporter%2Ftemplates%2Fserviceaccount.yaml;fp=vnfs%2FDAaaS%2Fdeploy%2Fcollection%2Fcharts%2Fprometheus-node-exporter%2Ftemplates%2Fserviceaccount.yaml;h=419451b884845344ab65d53570a8fedced0365d2;hb=f11447d127d21dd56b302fe1014f4801d32511c5;hp=b70745aa6f824c95164dc42c72a6aae42246817a;hpb=bba7ed02826fa1f33189eb1d2d43c74a0d45fe83;p=demo.git diff --git a/vnfs/DAaaS/deploy/collection/charts/prometheus-node-exporter/templates/serviceaccount.yaml b/vnfs/DAaaS/deploy/collection/charts/prometheus-node-exporter/templates/serviceaccount.yaml index b70745aa..419451b8 100755 --- a/vnfs/DAaaS/deploy/collection/charts/prometheus-node-exporter/templates/serviceaccount.yaml +++ b/vnfs/DAaaS/deploy/collection/charts/prometheus-node-exporter/templates/serviceaccount.yaml @@ -6,10 +6,10 @@ metadata: name: {{ template "prometheus-node-exporter.serviceAccountName" . }} labels: app: {{ template "prometheus-node-exporter.name" . }} - chart: {{ template "prometheus-node-exporter.chart" . }} + chart: {{ template "prometheus-node-exporter.chart" . }} release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" -imagePullSecrets: +imagePullSecrets: {{ toYaml .Values.serviceAccount.imagePullSecrets | indent 2 }} {{- end -}} -{{- end -}} \ No newline at end of file +{{- end -}}