Skip to content

Commit 7f2f647

Browse files
committed
Fix invalid yaml
1 parent 3d0586a commit 7f2f647

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)