Skip to content

Commit

Permalink
Enable RUST_BACKTRACE in api-server chart
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Jan 18, 2024
1 parent b0b54b6 commit 1d377e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kamu-api-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kamu-api-server
description: API server component of the Kamu Compute Node
type: application
version: 0.12.1
version: 0.12.2
appVersion: "0.12.1"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
Expand Down
2 changes: 2 additions & 0 deletions charts/kamu-api-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ spec:
- "--http-port=8080"
- "--flightsql-port=50050"
env:
- name: RUST_BACKTRACE
value: "1"
- name: KAMU_AUTH_GITHUB_CLIENT_ID
value: {{ .Values.app.authGithubClientId | quote }}
- name: KAMU_AUTH_GITHUB_CLIENT_SECRET
Expand Down

0 comments on commit 1d377e0

Please sign in to comment.