Changeset View
Changeset View
Standalone View
Standalone View
helm/dagster/templates/configmap-instance.yaml
Show First 20 Lines • Show All 64 Lines • ▼ Show 20 Lines | run_launcher: | ||||
env: DAGSTER_HOME | env: DAGSTER_HOME | ||||
instance_config_map: | instance_config_map: | ||||
env: DAGSTER_K8S_INSTANCE_CONFIG_MAP | env: DAGSTER_K8S_INSTANCE_CONFIG_MAP | ||||
postgres_password_secret: | postgres_password_secret: | ||||
env: DAGSTER_K8S_PG_PASSWORD_SECRET | env: DAGSTER_K8S_PG_PASSWORD_SECRET | ||||
broker: "{{ template "dagster.celery.broker_url" . }}" | broker: "{{ template "dagster.celery.broker_url" . }}" | ||||
backend: "{{ template "dagster.celery.backend_url" . }}" | backend: "{{ template "dagster.celery.backend_url" . }}" | ||||
config_source: | config_source: | ||||
{{- if .Values.celery.configSource }} | {{- if .Values.celery.configSource }} | ||||
{{ toYaml .Values.celery.configSource | indent 10 }} | {{- toYaml .Values.celery.configSource | nindent 10 }} | ||||
{{- end }} | {{- end }} | ||||
run_storage: | run_storage: | ||||
module: dagster_postgres.run_storage | module: dagster_postgres.run_storage | ||||
class: PostgresRunStorage | class: PostgresRunStorage | ||||
config: | config: | ||||
postgres_db: | postgres_db: | ||||
username: {{ .Values.postgresql.postgresqlUsername }} | username: {{ .Values.postgresql.postgresqlUsername }} | ||||
password: | password: | ||||
Show All 16 Lines |