X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Ftemplates%2Fmon%2Fmon-deployment.yaml;h=4fcbd5874d839a72a7d136be319581c6dec3572d;hb=HEAD;hp=04bb6b259285d403c141117b490a3079b6b4d95e;hpb=f09cc4831db2b732c80fafbe4da86bd9bf009e1a;p=osm%2Fdevops.git diff --git a/installers/helm/osm/templates/mon/mon-deployment.yaml b/installers/helm/osm/templates/mon/mon-deployment.yaml index 04bb6b25..4fcbd587 100644 --- a/installers/helm/osm/templates/mon/mon-deployment.yaml +++ b/installers/helm/osm/templates/mon/mon-deployment.yaml @@ -78,6 +78,11 @@ spec: {{- end }} {{- if or .Values.vca.enabled .Values.mon.useOsmSecret }} env: + - name: OSMMON_GRAFANA_PASSWORD + valueFrom: + secretKeyRef: + name: grafana + key: admin-password {{- if .Values.vca.enabled }} - name: OSMMON_VCA_HOST valueFrom: @@ -115,4 +120,4 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }}