Skip to content

Commit

Permalink
Add analytic env var on Console and Gateway (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
qboileau authored Dec 12, 2024
1 parent 4836c6c commit a606be0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/console/templates/console/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ spec:
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
2 changes: 2 additions & 0 deletions charts/gateway/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
{{- if .Values.gateway.extraSecretEnvVars }}
{{- toYaml .Values.gateway.extraSecretEnvVars | nindent 12 }}
{{- end }}
- name: DEPLOYED_BY
value: HelmChart/{{ .Chart.Version }}
envFrom:
- configMapRef:
name: {{ include "conduktor-gateway.fullname" . }}
Expand Down

0 comments on commit a606be0

Please sign in to comment.