Skip to content

Commit 2a8ce87

Browse files
committed
Fix test -> api status to cluster info
Signed-off-by: Ben Pope <[email protected]>
1 parent 19517c4 commit 2a8ce87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redpanda/templates/tests/test-api-status.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
containers:
3838
- name: {{ template "redpanda.name" . }}
3939
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
40-
args: ["api", "status", "--brokers", "{{ include "redpanda.fullname" . }}:{{ template "redpanda.kafka.internal.advertise.port" $ }}"]
40+
args: ["cluster", "info", "--brokers", "{{ include "redpanda.fullname" . }}:{{ template "redpanda.kafka.internal.advertise.port" $ }}"]
4141
volumeMounts:
4242
- name: {{ template "redpanda.fullname" . }}
4343
mountPath: /tmp/base-config

0 commit comments

Comments
 (0)