Skip to content

Commit

Permalink
fix: update chart deployment with api ee env
Browse files Browse the repository at this point in the history
  • Loading branch information
claywd committed Oct 17, 2023
1 parent 083cd31 commit b40bd12
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 @@ -88,6 +88,8 @@ spec:
value: {{ .Values.kubefirstTeamInfo | default "" | quote }}
- name: KUBEFIRST_VERSION
value: {{ .Values.global.kubefirstVersion | default "unset" }}
- name: ENTERPRISE_API_URL
value: 'http://kubefirst-kubefirst-api-ee.kubefirst.svc.cluster.local'
{{- if .Values.env }}
{{- range $envVar := .Values.env }}
- name: {{ $envVar.name }}
Expand Down

0 comments on commit b40bd12

Please sign in to comment.