diff --git a/templates/ingress.yaml b/templates/ingress.yaml index c3e16342fa6f53f418240c159b667480002f1d8e..5199cd875463640c1af15ed3b50dfe1040ce7f5e 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: mediator-test + name: "mediator-test" namespace: {{ .Release.Namespace }} annotations: {{ toYaml .Values.ingress.annotations | indent 4 }}