diff --git a/README.md b/README.md index 9efdb7e..517d314 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ Keep the above command running and open a new terminal window to run the followi psql -h localhost -p 4567 -d dev -U root - Visit our documentation for advanced usages: https://www.risingwave.dev/docs/current/intro/ ``` diff --git a/charts/risingwave/Chart.yaml b/charts/risingwave/Chart.yaml index edc4698..e9f84f1 100644 --- a/charts/risingwave/Chart.yaml +++ b/charts/risingwave/Chart.yaml @@ -19,7 +19,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.4 +version: 0.1.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/risingwave/templates/NOTES.txt b/charts/risingwave/templates/NOTES.txt index 89e8ed9..a038d79 100644 --- a/charts/risingwave/templates/NOTES.txt +++ b/charts/risingwave/templates/NOTES.txt @@ -21,7 +21,7 @@ Keep the above command running and open a new terminal window to run the followi {{ if not .Values.auth.rootPassword -}} psql -h localhost -p {{ $port }} -d {{ $firstDatabase }} -U {{ .Values.auth.rootUser }} - {{ else -}} + {{- else -}} export PGUSER=$({{ $kubectlArgs }} get secret -o jsonpath="{.data.root-user}" {{ include "risingwave.fullname" . }} | base64 --decode) export PGPASSWORD=$({{ $kubectlArgs }} get secret -o jsonpath="{.data.root-password}" {{ include "risingwave.fullname" . }} | base64 --decode) psql -h localhost -p {{ $port }} -d {{ $firstDatabase }}