Skip to content

Commit

Permalink
Merge pull request #31 from risingwavelabs/fix/fix-incorrect-etcd-sec…
Browse files Browse the repository at this point in the history
…ret-env-from

fix: fix the wrong space prune
  • Loading branch information
arkbriar authored Mar 6, 2024
2 parents 8063f3a + be47292 commit 0b37489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.42
version: 0.1.43

# 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/meta-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spec:
{{- end }}
{{- if .Values.metaStore.etcd.authentication.enabled }}
- secretRef:
name: {{- include "risingwave.etcdCredentialsSecretName" . }}
name: {{ include "risingwave.etcdCredentialsSecretName" . }}
{{- end }}
env:
# Disable auto region loading. Refer to the original source for more information.
Expand Down

0 comments on commit 0b37489

Please sign in to comment.