fix: change sql configmap (#410)

This commit is contained in:
Ko no dio
2025-08-01 06:24:10 +08:00
committed by GitHub
parent 6b3e7c9bf4
commit 0f0d27890e
3 changed files with 2 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ spec:
spec:
initContainers:
- name: wait-for-namesrv
image: busybox:latest
image: "{{ .Values.images.busybox }}"
command: ['sh', '-c', 'until nc -z {{ .Release.Name }}-rocketmq-namesrv 9876; do echo waiting for namesrv; sleep 2; done']
volumes:
- name: broker-config