Update ingress
This commit is contained in:
@ -17,11 +17,12 @@ metadata:
|
||||
{{- include "lib.metadata" (dict "Context" $ "customName" $customName "annotations" $v.annotations)}}
|
||||
spec:
|
||||
ingressClassName: {{ $v.class }}
|
||||
rules:
|
||||
{{- with $v.rules }}
|
||||
rules:
|
||||
{{- tpl ( . | toYaml | nindent 4 | toString) $ }}
|
||||
{{- end }}
|
||||
{{- with $v.tls }}
|
||||
tls:
|
||||
{{- tpl ( . | toYaml | nindent 4 | toString) $ }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user