diff --git a/templates/kurl-proxy-deployment.yaml b/templates/kurl-proxy-deployment.yaml index 363e973..16b17ad 100644 --- a/templates/kurl-proxy-deployment.yaml +++ b/templates/kurl-proxy-deployment.yaml @@ -35,6 +35,10 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace +{{- if .Values.embeddedClusterID }} + - name: EMBEDDED_CLUSTER_ID + value: {{ .Values.embeddedClusterID | quote }} +{{- end }} volumeMounts: - name: kotsadm-config mountPath: /etc/kotsadm