Skip to content

Commit 950c2b3

Browse files
authored
Issue 127: fix bad apiProxy.enabled check (#128)
1 parent e027608 commit 950c2b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/flagsmith/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: flagsmith
33
description: Flagsmith
44
type: application
5-
version: 0.16.1
5+
version: 0.16.2
66
appVersion: 2.42.1
77
dependencies:
88
- name: postgresql

charts/flagsmith/templates/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Frontend environment
225225
{{- define "flagsmith.frontend.environment" -}}
226226
- name: ASSET_URL
227227
value: '/'
228-
{{- if and .Values.frontend.apiProxy.enabled false }}
228+
{{- if .Values.frontend.apiProxy.enabled }}
229229
- name: PROXY_API_URL
230230
value: http://{{ include "flagsmith.fullname" . }}-api.{{ .Release.Namespace }}:{{ .Values.service.api.port }}
231231
- name: FLAGSMITH_PROXY_API_URL

0 commit comments

Comments
 (0)