Skip to content

Commit

Permalink
fix: always add analytic env var on console deployment (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
qboileau authored Jan 13, 2025
1 parent ae7e660 commit f7ef35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/console/templates/console/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ spec:
value: /conduktor/config/platform-config.yaml
- name: CDK_ONBOARDING_MODE
value: never
- name: DEPLOYED_BY
value: HelmChart/{{ .Chart.Version }}
- name: CDK_LISTENING_PORT
value: {{ .Values.platform.containerPorts.http | quote }}
{{- if $tls_enabled }}
- name: CDK_PLATFORM_HTTPS_CERT_PATH
value: /conduktor/https/tls.crt
- name: CDK_PLATFORM_HTTPS_KEY_PATH
value: /conduktor/https/tls.key
- name: DEPLOYED_BY
value: HelmChart/{{ .Chart.Version }}
{{- end }}
{{- if .Values.platform.extraEnvVars }}
{{- include "common.tplvalues.render" (dict "value" .Values.platform.extraEnvVars "context" $) | nindent 12 }}
Expand Down

0 comments on commit f7ef35d

Please sign in to comment.