Skip to content

Commit

Permalink
Correct new ingress version
Browse files Browse the repository at this point in the history
  • Loading branch information
exonian committed May 11, 2020
1 parent cd45b1f commit bd75c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm_deploy/cla-public/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "cla-public.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
apiVersion: networking.k8s.io/v1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: {{ $fullName }}
Expand Down

0 comments on commit bd75c06

Please sign in to comment.