Skip to content

Commit

Permalink
deployment fix (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn authored Nov 26, 2023
1 parent c2dd4f8 commit 937b8d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ spec:
value: {{ .Values.backgroundTask.dashboardUser | quote }}
- name: "DASHBOARD_PASS"
value: {{ .Values.backgroundTask.dashboardPass | quote }}
- name: "FIREBASE_ADMIN_AUTH_CREDENTIALS"
value: {{ .Values.firebaseAdminAuthCredential | quote }}
ports:
- name: api
containerPort: 8888
Expand Down
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ helm-upgrade imageTag=tag:
--set backgroundTask.dashboard=$DASHBOARD \
--set backgroundTask.dashboardUser=$DASHBOARD_USER \
--set backgroundTask.dashboardPass=$DASHBOARD_PASS \
--set firebaseAdminAuthCredential=$FIREBASE_ADMIN_AUTH_CREDENTIALS \
--set image.tag={{imageTag}} \
--set image.repository={{imageRepo}}
Expand Down

0 comments on commit 937b8d7

Please sign in to comment.