Add an ability to install ingress
This commit is contained in:
@ -7,6 +7,10 @@ metadata:
|
||||
{{- end }}
|
||||
labels:
|
||||
{{ include "metadata.labels" .Context | indent 4 }}
|
||||
{{- if .annotations }}
|
||||
annotations:
|
||||
{{ .annotations | toYaml | indent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{- define "metadata.customName" -}}
|
||||
|
Reference in New Issue
Block a user