Adds pathType definition to top of file
Signed-off-by: thomascjohnson <thomascjohnson@gmail.com>
This commit is contained in:
parent
f5d1634fbf
commit
6aae0cd75c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
{{- $servicePort := .Values.server.servicePort -}}
|
||||
{{- $paths := .Values.server.ingress.paths -}}
|
||||
{{- $extraPaths := .Values.server.ingress.extraPaths -}}
|
||||
{{- $pathType := .Values.server.ingress.pathType -}}
|
||||
apiVersion: {{ include "argo-workflows.ingress.apiVersion" . }}
|
||||
kind: Ingress
|
||||
metadata:
|
||||
|
|
Loading…
Reference in a new issue