diff --git a/charts/pulsar/templates/dashboard-ingress.yaml b/charts/pulsar/templates/dashboard-ingress.yaml index 2543ad7..1a9b532 100644 --- a/charts/pulsar/templates/dashboard-ingress.yaml +++ b/charts/pulsar/templates/dashboard-ingress.yaml @@ -24,7 +24,7 @@ kind: Ingress metadata: labels: {{- include "pulsar.standardLabels" . | nindent 4 }} - component: {{ .Values.dashboard.component }} + component: {{ .Values.dashboard.component }} annotations: {{- with .Values.dashboard.ingress.annotations }} {{ toYaml . | indent 4 }}