Skip to content

Commit

Permalink
🐛 fix(chart): Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyo-s committed Oct 27, 2024
1 parent 6787a76 commit 35a521a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/like-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
- name: DB_HOST
value: {{ tpl .Values.likeService.deployment.container.env.DB_HOST . }}
- name: DB_PORT
value: {{ tpl .Values.likeService.deployment.container.env.DB_PORT . }}
value: {{ tpl .Values.likeService.deployment.container.env.DB_PORT . | quote }}
- name: MARIADB_PASSWORD
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 35a521a

Please sign in to comment.