This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a82ab0  Fixes #177 Fix indentation of component, as it should be 
under the label tag (#182)
0a82ab0 is described below

commit 0a82ab0f9af9035f89522039c15e3e5b65a6a26a
Author: Shu.Wang <[email protected]>
AuthorDate: Tue Jan 4 03:57:45 2022 +0800

    Fixes #177 Fix indentation of component, as it should be under the label 
tag (#182)
---
 charts/pulsar/templates/dashboard-ingress.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 }}

Reply via email to