Skip to content

Commit bc5cf9c

Browse files
fix: correct OpenShift check in gateway-api HelmRelease condition (#1199)
Signed-off-by: RokibulHasan7 <mdrokibulhasan@appscode.com>
1 parent c9d57fe commit bc5cf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/ace-installer/templates/featuresets/opscenter-networking/gateway-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- with (index .Values "helm" "releases" "gateway-api") }}
2-
{{- if and .enabled (not (include "distro.openshift" $)) }}
2+
{{- if and .enabled (eq (include "distro.openshift" $) "false") }}
33

44
apiVersion: helm.toolkit.fluxcd.io/v2
55
kind: HelmRelease

0 commit comments

Comments
 (0)