Skip to content

Commit

Permalink
Update app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors authored Jan 3, 2025
1 parent fe9517b commit 07973d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .diploi/helm/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ spec:
terminationGracePeriodSeconds: 10
imagePullSecrets:
- name: diploi-pull-secret
{{- if eq .Values.stage "development"}}
initContainers:
- name: install-dependencies
image: ghcr.io/diploi/component-nextjs:main
Expand All @@ -42,6 +43,7 @@ spec:
volumeMounts:
- name: app-mount
mountPath: /app
{{- end }}
containers:
- name: app
image: ghcr.io/diploi/component-nextjs:main
Expand Down

0 comments on commit 07973d1

Please sign in to comment.