Skip to content

Commit ffd7e71

Browse files
committed
Revert "feat(ec): boolean for v3 installs (#84)"
This reverts commit ae10c2f.
1 parent ae10c2f commit ffd7e71

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

templates/kotsadm-deployment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ spec:
102102
{{- if .Values.embeddedClusterK0sDir }}
103103
- name: EMBEDDED_CLUSTER_K0S_DIR
104104
value: {{ .Values.embeddedClusterK0sDir | quote }}
105-
{{- end }}
106-
{{- if .Values.isEmbeddedClusterV3 }}
107-
- name: IS_EMBEDDED_CLUSTER_V3
108-
value: "true"
109105
{{- end }}
110106
- name: DISABLE_OUTBOUND_CONNECTIONS
111107
value: {{ .Values.isAirgap | quote }}

templates/kurl-proxy-deployment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ spec:
4040
{{- if .Values.embeddedClusterID }}
4141
- name: EMBEDDED_CLUSTER_ID
4242
value: {{ .Values.embeddedClusterID | quote }}
43-
{{- end }}
44-
{{- if .Values.isEmbeddedClusterV3 }}
45-
- name: IS_EMBEDDED_CLUSTER_V3
46-
value: "true"
4743
{{- end }}
4844
volumeMounts:
4945
- name: kotsadm-config

values.yaml.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ embeddedClusterID: ""
1919
embeddedClusterVersion: ""
2020
embeddedClusterDataDir: ""
2121
embeddedClusterK0sDir: "" # is outside the data dir in older versions of embedded cluster
22-
isEmbeddedClusterV3: false
2322
isAirgap: false
2423
isHA: false
2524
isMultiNodeEnabled: false

0 commit comments

Comments
 (0)