use fullName var
This commit is contained in:
parent
37b92f265f
commit
82f82a45c5
@ -5,7 +5,7 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: {{ template "gitea.fullname" . }}
|
||||
name: {{ $fullName }}
|
||||
labels:
|
||||
{{- include "gitea.labels" . | nindent 4 }}
|
||||
{{- template "ingress.annotations" . }}
|
||||
|
Loading…
Reference in New Issue
Block a user