File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2121 CORTEX_TELEMETRY_DISABLE : " {{ not ( .Values.cortex.telemetry | default true ) }}"
2222 CORTEX_TELEMETRY_SENTRY_DSN : {{ .Values.cortex.telemetry_sentry_dsn | default "https://5cea3d2d67194d028f7191fcc6ebca14@sentry.io/1825326"}}
2323 CORTEX_TELEMETRY_SEGMENT_WRITE_KEY : {{ .Values.cortex.telemetry_segment_write_key | default "BNhXifMk9EyhPICF2zAFpWYPCf4CRpV1" }}
24- CORTEX_DEV_DEFAULT_PREDICTOR_IMAGE_REGISTRY : {{ .Values.cortex.default_predictor_image_registry | default "quay.io/cortexlabs" }}
24+ {{- if .Values.cortex.default_predictor_image_registry }}
25+ CORTEX_DEV_DEFAULT_PREDICTOR_IMAGE_REGISTRY : {{ .Values.cortex.default_predictor_image_registry }}
26+ {{- end}}
2527---
2628{{- if eq .Values.global.provider "aws" }}
2729apiVersion : v1
You can’t perform that action at this time.
0 commit comments