diff --git a/mysql-connect-helm-chart/templates/deployment.yaml b/mysql-connect-helm-chart/templates/deployment.yaml index 3f93bbc..2571ffe 100644 --- a/mysql-connect-helm-chart/templates/deployment.yaml +++ b/mysql-connect-helm-chart/templates/deployment.yaml @@ -10,13 +10,14 @@ spec: selector: matchLabels: app: mysql-connect + template: metadata: labels: app: mysql-connect spec: containers: - name: mysql-connect-container - image: {{ .Values.mysql.image.repository }}:{{ .Values.mysql.image.tag }} + image: "{{ .Values.mysql.image.repository }}:{{ .Values.mysql.image.tag }}" env: - name: DB_HOST value: "{{ .Values.mysql.dbHost }}"