Skip to content

Commit

Permalink
forgot to add var in file
Browse files Browse the repository at this point in the history
  • Loading branch information
dionboles-asym committed Apr 5, 2023
1 parent d01e688 commit 1078cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/cda/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "cda.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
{{- $paths := .Values.ingress.paths -}}
{{- if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -}}
apiVersion: networking.k8s.io/v1
{{- end }}
Expand Down

0 comments on commit 1078cc0

Please sign in to comment.