Skip to content

Commit 22aa86b

Browse files
committed
Update init container name
1 parent 747edb7 commit 22aa86b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

images/osmcha-web/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ RUN git clone https://github.com/osmus/osmcha-frontend.git /app
1111
RUN git checkout $GITSHA
1212
RUN yarn install
1313
RUN yarn build:prod
14-
# COPY start.sh .
15-
# CMD [ "/app/start.sh" ]
16-
17-
14+
COPY start.sh .
15+
CMD [ "/app/start.sh" ]

osm-seed/templates/osmcha-app/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
volumeMounts:
3232
- name: nginx-assets
3333
mountPath: /assets
34-
- name: init
34+
- name: migrations
3535
image: "{{ .Values.osmchaApi.image.name }}:{{ .Values.osmchaApi.image.tag }}"
3636
command:
3737
- /bin/sh

0 commit comments

Comments
 (0)