Skip to content

Commit

Permalink
fix: change api to understand it's cluster zero by default (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz authored Oct 30, 2023
1 parent c276b00 commit 0cdfe93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/kubefirst-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ spec:
value: {{ .Values.global.kubefirstVersion | default "unset" }}
- name: USE_TELEMETRY
value: {{ .Values.global.useTelemetry | default "true" | quote }}
- name: IS_CLUSTER_ZERO
value: {{ .Values.isClusterZero | default "true" | quote }} #internal use
{{- if .Values.env }}
{{- range $envVar := .Values.env }}
- name: {{ $envVar.name }}
Expand Down

0 comments on commit 0cdfe93

Please sign in to comment.