Skip to content

Commit

Permalink
Fix post rendererers
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed May 17, 2024
1 parent 41af951 commit 52d4554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ops/k8s-apps/base/dagster/dagster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ spec:
- path: ./daemon-init-container.yaml
target:
kind: Deployment
name: dagster-daemon
- path: ./webserver-init-container.yaml
target:
kind: Deployment
name: dagster-dagit
2 changes: 2 additions & 0 deletions ops/k8s-apps/production/custom-helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: dagster
spec:
values:
global:
serviceAccountName: base-dagster
configMap:
secretPrefix: "gcp:secretmanager:production-dagster"
dagster:
Expand Down

0 comments on commit 52d4554

Please sign in to comment.