Skip to content

Commit

Permalink
Merge pull request #266 from joejulian/fix-broken-example-command
Browse files Browse the repository at this point in the history
redpanda: add missed example command to tests, and fix command
  • Loading branch information
joejulian authored Jan 10, 2023
2 parents 7ab7896 + ba58159 commit daa83a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/redpanda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# The chart version and the app version are not the same and will not track
# together. The chart version is a semver representation of changes to this
# chart.
version: 2.4.2
version: 2.4.3

# The app version is the default version of Redpanda to install.
appVersion: v22.3.9
Expand Down
2 changes: 1 addition & 1 deletion charts/redpanda/templates/_example-commands.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ and tested in a test.
{{/* tested in tests/test-kafka-sasl-status.yaml */}}
{{- define "rpk-cluster-info" -}}
{{ .rpk }} cluster info {{ include "rpk-common-flags" . }}
{{ .rpk }} cluster info {{ include "rpk-topic-flags" . }}
{{- end -}}
{{/* tested in tests/test-kafka-sasl-status.yaml */}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ spec:
rpk acl user delete myuser {{ include "rpk-common-flags" . }}
sleep 3
set -e
{{ include "rpk-cluster-info" $rpk }}
{{ include "rpk-acl-user-create" $rpk }}
{{ include "rpk-acl-create" $rpk }}
sleep 3
Expand Down

0 comments on commit daa83a0

Please sign in to comment.