fix(ci): update FQDN for service name in initContainer (#625)
This commit is contained in:
@@ -23,7 +23,7 @@ spec:
|
||||
initContainers:
|
||||
- name: wait-for-namesrv
|
||||
image: "{{ .Values.images.busybox }}"
|
||||
command: ['sh', '-c', 'until nc -z {{ .Release.Name }}-rocketmq-namesrv 9876; do echo waiting for namesrv; sleep 2; done']
|
||||
command: ['sh', '-c', 'until nc -z {{ include "opencoze.fullname" . }}-rocketmq-namesrv 9876; do echo waiting for namesrv; sleep 2; done']
|
||||
volumes:
|
||||
- name: broker-config
|
||||
configMap:
|
||||
|
||||
Reference in New Issue
Block a user