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