Add an ability to install ingress
This commit is contained in:
		@@ -16,7 +16,7 @@ kind: Ingress
 | 
			
		||||
metadata:
 | 
			
		||||
{{- include "lib.metadata" (dict "Context" $ "customName" $customName "annotations" $v.annotations)}}
 | 
			
		||||
spec:
 | 
			
		||||
  ingressClassName: $v.class
 | 
			
		||||
  ingressClassName: {{ $v.class }}
 | 
			
		||||
  rules:
 | 
			
		||||
  {{- with $v.rules }}
 | 
			
		||||
    {{- tpl ( . | toYaml | nindent 4 | toString) $  }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user