Skip to content

Commit

Permalink
docs & fix: fix notes, update readme
Browse files Browse the repository at this point in the history
Signed-off-by: arkbriar <[email protected]>
  • Loading branch information
arkbriar committed Aug 4, 2023
1 parent 9feb8d5 commit 00eef32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
```

Expand Down
2 changes: 1 addition & 1 deletion charts/risingwave/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/risingwave/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 00eef32

Please sign in to comment.