fix: add gatewayApi.enabled check to TraefikService template (#1679)
Signed-off-by: moechs <[email protected]> Co-authored-by: houseme <[email protected]>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{- if eq .Values.gatewayApi.gatewayClass "traefik" }}
|
||||
{{- if and .Values.gatewayApi.enabled (eq .Values.gatewayApi.gatewayClass "traefik") }}
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: TraefikService
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user