Skip to content

Commit

Permalink
Merge pull request #35 from replicatedhq/salah/sc-98419/ensure-instan…
Browse files Browse the repository at this point in the history
…ce-insights-are-complete-for

Ability to set the embedded cluster version
  • Loading branch information
sgalsaleh authored Feb 15, 2024
2 parents eb8a3e7 + 3e86506 commit 669b3ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/kotsadm-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ password: ""
minimalRBAC: true
isHelmManaged: true
embeddedClusterID: ""
embeddedClusterVersion: ""
automation:
license:
slug: ""
Expand Down

0 comments on commit 669b3ce

Please sign in to comment.