X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Ftemplates%2Fro%2Fro-deployment.yaml;h=7c07534a039df285ee734b59bc43b96c2f2e501e;hb=6ec4e466630f34341a1150121c24649da5eab41d;hp=7319ebd11991610c8b6ec5444847f338bea12e94;hpb=1c04a5cf993fac5198b77246f8cba6a80b065cb2;p=osm%2Fdevops.git diff --git a/installers/helm/osm/templates/ro/ro-deployment.yaml b/installers/helm/osm/templates/ro/ro-deployment.yaml index 7319ebd1..7c07534a 100644 --- a/installers/helm/osm/templates/ro/ro-deployment.yaml +++ b/installers/helm/osm/templates/ro/ro-deployment.yaml @@ -81,8 +81,8 @@ spec: - name: RO_DB_ROOT_PASSWORD valueFrom: secretKeyRef: - name: mysql - key: mysql-root-password + name: {{ include "osm.fullname" . }}-secret + key: OSM_MYSQL_ROOT_PASSWORD {{- end }} {{- with .Values.global.nodeSelector }} nodeSelector: @@ -96,4 +96,4 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} -{{- end }} +{{- end }} \ No newline at end of file