Skip to content

Commit

Permalink
fix: read-only Dagster at dagster.opensource.observer (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscheng committed Jun 2, 2024
1 parent f3ab3f2 commit a00eb35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/helm-charts/oso-dagster/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ postgres_db:
{{- $name := default "webserver" .Values.dagsterWebserver.nameOverride -}}
{{- $fullname := include "dagster.fullname" . -}}
{{- printf "%s-%s" $fullname $name | trunc 63 | trimSuffix "-" -}}
{{- if .webserverReadOnly -}} -read-only {{- end -}}
{{- if .webserverReadOnly -}} --read-only {{- end -}}
{{- end -}}
2 changes: 1 addition & 1 deletion ops/k8s-apps/production/dagster/custom-helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ spec:
dagsterWebserver:
host: admin-dagster.opensource.observer
readOnlyDagsterWebserver:
host: readonly-dagster.opensource.observer
host: dagster.opensource.observer

0 comments on commit a00eb35

Please sign in to comment.