Skip to content

Commit

Permalink
Added some changes
Browse files Browse the repository at this point in the history
Signed-off-by: Jonsy13 <[email protected]>
  • Loading branch information
Jonsy13 committed Sep 27, 2023
1 parent dbe5441 commit 7bf069b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/litmus/templates/auth-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- name: wait-for-mongodb
image: mongo:latest
imagePullPolicy: {{ .Values.portal.server.waitForMongodb.image.pullPolicy }}
command: ["/bin/sh", "-c"]
command: ["/bin/bash", "-c"]
env:
- name: DB_PASSWORD
{{- if .Values.mongodb.enabled }}
Expand Down
2 changes: 1 addition & 1 deletion charts/litmus/templates/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- name: wait-for-mongodb
image: mongo:latest
imagePullPolicy: {{ .Values.portal.server.waitForMongodb.image.pullPolicy }}
command: ["/bin/sh", "-c"]
command: ["/bin/bash", "-c"]
env:
- name: DB_PASSWORD
{{- if .Values.mongodb.enabled }}
Expand Down

0 comments on commit 7bf069b

Please sign in to comment.