Skip to content

Commit b936c84

Browse files
committed
The init container must have the same mount path
1 parent 6b734d7 commit b936c84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zookeeper/50pzoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- name: config
3131
mountPath: /etc/kafka
3232
- name: data
33-
mountPath: /var/lib/zookeeper/data
33+
mountPath: /var/lib/zookeeper
3434
containers:
3535
- name: zookeeper
3636
image: solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789

zookeeper/51zoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
- name: config
3434
mountPath: /etc/kafka
3535
- name: data
36-
mountPath: /var/lib/zookeeper/data
36+
mountPath: /var/lib/zookeeper
3737
containers:
3838
- name: zookeeper
3939
image: solsson/kafka:1.0.2@sha256:7fdb326994bcde133c777d888d06863b7c1a0e80f043582816715d76643ab789

0 commit comments

Comments
 (0)