diff --git a/templates/kotsadm-deployment.yaml b/templates/kotsadm-deployment.yaml index d824e6a..e13c1ac 100644 --- a/templates/kotsadm-deployment.yaml +++ b/templates/kotsadm-deployment.yaml @@ -89,6 +89,10 @@ spec: {{ if .Values.embeddedClusterID }} - name: EMBEDDED_CLUSTER_ID value: {{ .Values.embeddedClusterID | quote }} +{{ end }} +{{ if .Values.embeddedClusterVersion }} + - name: EMBEDDED_CLUSTER_VERSION + value: {{ .Values.embeddedClusterVersion | quote }} {{ end }} - name: HTTP_PROXY - name: HTTPS_PROXY diff --git a/values.yaml.tmpl b/values.yaml.tmpl index e4fabac..ca90f5c 100644 --- a/values.yaml.tmpl +++ b/values.yaml.tmpl @@ -12,6 +12,7 @@ password: "" minimalRBAC: true isHelmManaged: true embeddedClusterID: "" +embeddedClusterVersion: "" automation: license: slug: ""