X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Ftemplates%2Fro%2Fro-deployment.yaml;h=7319ebd11991610c8b6ec5444847f338bea12e94;hb=f976ab834a6d339139869278498b82f50ac8e2e8;hp=7c07534a039df285ee734b59bc43b96c2f2e501e;hpb=6ec4e466630f34341a1150121c24649da5eab41d;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 7c07534a..7319ebd1 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: {{ include "osm.fullname" . }}-secret - key: OSM_MYSQL_ROOT_PASSWORD + name: mysql + key: mysql-root-password {{- end }} {{- with .Values.global.nodeSelector }} nodeSelector: @@ -96,4 +96,4 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }}