Skip to content

Commit

Permalink
add embedded cluster id to kurl-proxy (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Sep 30, 2024
1 parent dd33ab3 commit 47b532a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/kurl-proxy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47b532a

Please sign in to comment.