Merge "Add Common Helm Chart "mariadb-galera""
[oom.git] / kubernetes / portal / charts / portal-mariadb / templates / deployment.yaml
index 4d58e43..bdb760d 100644 (file)
@@ -52,7 +52,7 @@ spec:
             periodSeconds: {{ .Values.readiness.periodSeconds }}
           env:
             - name: MYSQL_HOST
-              value: "{{ .Values.service.name }}"
+              value: "{{ include "common.fullname" . }}"
             - name: MYSQL_ROOT_PASSWORD
               valueFrom:
                 secretKeyRef: