fix(helm): if for ingress had wrong value key for ingress.enabled
This commit is contained in:
parent
c6f6638416
commit
6c776e5171
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{{- if .Values.api.ingress.enabled -}}
|
{{- if .Values.ingress.enabled -}}
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
Reference in a new issue