Skip to content

Commit

Permalink
Get logging errors unless we connect dashboard to a tty
Browse files Browse the repository at this point in the history
  • Loading branch information
snickell committed Sep 6, 2023
1 parent e851a4f commit cacb366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/code.org/helm/templates/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ spec:
image: "{{.Values.image}}"
ports:
- containerPort: 3000
tty: true # dashboard stdout logging assumes a tty
volumeMounts:
- mountPath: /home/code.org/.aws
name: aws-google
Expand Down

0 comments on commit cacb366

Please sign in to comment.