Skip to content

Commit

Permalink
Revert "set IS_HA env var based on helm chart value" (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Jun 6, 2024
1 parent 8bf7407 commit d64cf24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/kotsadm-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ 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 @@ -205,4 +203,4 @@ spec:
- emptyDir: {}
name: backup
- emptyDir: {}
name: tmp
name: tmp

0 comments on commit d64cf24

Please sign in to comment.