Skip to content

Commit

Permalink
more readonly fixes (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Jun 9, 2024
1 parent 4e94b80 commit 041ccfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ops/k8s-apps/base/dagster/dagster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ spec:
pythonLogs:
pythonLogLevel: "INFO"
nameOverride: "dagster"
dagsterWebserver:
enableReadOnly: true
ingress:
enabled: true
ingressClassName: ingress-internal-cloudflare
Expand All @@ -59,6 +57,7 @@ spec:
nodeSelector:
pool_type: spot
dagsterWebserver:
enableReadOnly: true
env:
- name: DAGSTER_DBT_GENERATE_AND_AUTH_GCP
value: "1"
Expand Down

0 comments on commit 041ccfb

Please sign in to comment.