Changeset View
Changeset View
Standalone View
Standalone View
helm/dagster/templates/_helpers.tpl
Show First 20 Lines • Show All 153 Lines • ▼ Show 20 Lines | |||||
This includes Dagit, Celery Workers, Run Master, and Step Execution containers. | This includes Dagit, Celery Workers, Run Master, and Step Execution containers. | ||||
*/}} | */}} | ||||
{{- define "dagster.shared_env" -}} | {{- define "dagster.shared_env" -}} | ||||
DAGSTER_HOME: "{{ .Values.dagster_home }}" | DAGSTER_HOME: "{{ .Values.dagster_home }}" | ||||
DAGSTER_K8S_CELERY_BROKER: "{{ template "dagster.celery.broker_url" . }}" | DAGSTER_K8S_CELERY_BROKER: "{{ template "dagster.celery.broker_url" . }}" | ||||
DAGSTER_K8S_CELERY_BACKEND: "{{ template "dagster.celery.backend_url" . }}" | DAGSTER_K8S_CELERY_BACKEND: "{{ template "dagster.celery.backend_url" . }}" | ||||
DAGSTER_K8S_PG_PASSWORD_SECRET: "{{ template "dagster.fullname" .}}-postgresql-secret" | DAGSTER_K8S_PG_PASSWORD_SECRET: "{{ template "dagster.fullname" .}}-postgresql-secret" | ||||
DAGSTER_K8S_INSTANCE_ENV_CONFIG_MAP: "{{ template "dagster.fullname" .}}-instance-env" | |||||
DAGSTER_K8S_INSTANCE_CONFIG_MAP: "{{ template "dagster.fullname" .}}-instance" | DAGSTER_K8S_INSTANCE_CONFIG_MAP: "{{ template "dagster.fullname" .}}-instance" | ||||
DAGSTER_K8S_PIPELINE_RUN_NAMESPACE: "{{ .Release.Namespace }}" | DAGSTER_K8S_PIPELINE_RUN_NAMESPACE: "{{ .Release.Namespace }}" | ||||
DAGSTER_K8S_PIPELINE_RUN_ENV_CONFIGMAP: "{{ template "dagster.fullname" . }}-pipeline-env" | DAGSTER_K8S_PIPELINE_RUN_ENV_CONFIGMAP: "{{ template "dagster.fullname" . }}-pipeline-env" | ||||
DAGSTER_K8S_PIPELINE_RUN_IMAGE: "{{- .Values.pipeline_run.image.repository -}}:{{- .Values.pipeline_run.image.tag -}}" | DAGSTER_K8S_PIPELINE_RUN_IMAGE: "{{- .Values.pipeline_run.image.repository -}}:{{- .Values.pipeline_run.image.tag -}}" | ||||
DAGSTER_K8S_PIPELINE_RUN_IMAGE_PULL_POLICY: "{{ .Values.pipeline_run.image.pullPolicy }}" | DAGSTER_K8S_PIPELINE_RUN_IMAGE_PULL_POLICY: "{{ .Values.pipeline_run.image.pullPolicy }}" | ||||
{{- end -}} | {{- end -}} | ||||
No newline at end of file | No newline at end of file |