Skip to content

Commit c91abc4

Browse files
authored
Merge pull request #46 from AET-DevOps25/fix-helm-chart
Fix invalid yaml
2 parents 3d0586a + 7f2f647 commit c91abc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipai-chart/templates/mongodb-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
cpu: "500m"
3030
env:
3131
- name: MONGO_HOST
32-
- value: {{ .Values.services.mongodb }}:27017
32+
value: {{ .Values.services.mongodb }}:27017
3333
- name: MONGO_USERNAME
3434
value: {{ .Values.db.adminUsername }}
3535
- name: MONGO_PASSWORD

0 commit comments

Comments
 (0)