Skip to content

Commit

Permalink
set IS_HA env var based on helm chart value
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Jun 6, 2024
1 parent 1589102 commit 87aabb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/kotsadm-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ spec:
{{- end }}
- name: DISABLE_OUTBOUND_CONNECTIONS
value: {{ .Values.isAirgap | quote }}
- name: IS_HA
value: {{ .Values.isHA | quote }}
image: {{ .Values.images.kotsadm }}
imagePullPolicy: IfNotPresent
name: kotsadm
Expand Down Expand Up @@ -203,4 +205,4 @@ spec:
- emptyDir: {}
name: backup
- emptyDir: {}
name: tmp
name: tmp

0 comments on commit 87aabb7

Please sign in to comment.