Merge pull request #463 from brunomcustodio/fix-ingress
contrib/helm/clair: fix the ingress template
This commit is contained in:
commit
4d83c9c88b
@ -1,6 +1,6 @@
|
||||
{{- if .Values.ingress.enabled -}}
|
||||
{{- $serviceName := include "fullname" . -}}
|
||||
{{- $servicePort := .Values.service.externalPort -}}
|
||||
{{- $servicePort := .Values.service.externalApiPort -}}
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
|
Loading…
Reference in New Issue
Block a user