Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion charts/console/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- $clusterId := randAlphaNum 6 | quote -}}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -39,7 +40,7 @@ spec:
- name: KUBEFIRST_VERSION
value: {{ .Values.chartVersion | default .Chart.Version }}
- name: CLUSTER_ID
value: {{ .Values.clusterId | default randAlphaNum 6 | quote }}
value: {{ .Values.clusterId | default $clusterId }}
- name: CLUSTER_TYPE
value: {{ .Values.clusterType | default "bootstrap" | quote }}
- name: DISABLE_TELEMETRY
Expand Down