Skip to content

Commit

Permalink
Fix serviceaccount for dagster
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed May 17, 2024
1 parent 5e93092 commit fb055fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ops/k8s-apps/base/dagster/proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ spec:
memory: "500Mi"
workloadSelector:
kind: "Deployment" # Applies to a "Deployment"
selector:
matchLabels:
app.kubernetes.io/name: dagster
name: dagster-daemon
instances:
- connectionString: "opensource-observer:us-central1:oso-psql"
portEnvName: "DAGSTER_PG_PORT"
Expand Down
2 changes: 1 addition & 1 deletion ops/k8s-apps/production/custom-helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
values:
global:
serviceAccountName: base-dagster
serviceAccountName: production-dagster
configMap:
secretPrefix: "gcp:secretmanager:production-dagster"
dagster:
Expand Down

0 comments on commit fb055fc

Please sign in to comment.