github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/pulsar-cluster/templates/NOTES.txt (about)

     1  CHART NAME: {{ .Chart.Name  }}
     2  CHART VERSION: {{ .Chart.Version  }}
     3  APP VERSION: {{ .Chart.AppVersion  }}
     4  
     5  ** Please be patient while the chart is being deployed **
     6  
     7  Connection Credentials:
     8      
     9      echo "Username       : $(kubectl get secret --namespace {{ .Release.Namespace }} {{ include "kblib.clusterName" . }}-conn-credential -o jsonpath="{.data.username}" | base64 -d)"
    10      echo "Password       : $(kubectl get secret --namespace {{ .Release.Namespace }} {{ include "kblib.clusterName" . }}-conn-credential -o jsonpath="{.data.password}" | base64 -d)"
    11      echo "Pulsar Endpoint: $(kubectl get secret --namespace {{ .Release.Namespace }} {{ include "kblib.clusterName" . }}-conn-credential -o jsonpath="{.data.pulsarEndpoint}" | base64 -d)"
    12      echo "HTTP Endpoint  : $(kubectl get secret --namespace {{ .Release.Namespace }} {{ include "kblib.clusterName" . }}-conn-credential -o jsonpath="{.data.httpEndpoint}" | base64 -d)"
    13      echo "Kafka Endpoint : $(kubectl get secret --namespace {{ .Release.Namespace }} {{ include "kblib.clusterName" . }}-conn-credential -o jsonpath="{.data.kafkaEndpoint}" | base64 -d)"
    14  
    15  Reference Pulsar Quick Start Guides: https://pulsar.apache.org/docs/2.11.x/
    16  
    17  Reference Kafka Quick Start Guides: https://kafka.apache.org/documentation/#quickstart