Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yordanovsstoyan committed Nov 12, 2024
1 parent 8eff95f commit 3094a3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mysql-connect-helm-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 3094a3c

Please sign in to comment.