File tree Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change
1
+ - op : remove
2
+ path : /spec/template/spec/containers/0/command
Original file line number Diff line number Diff line change @@ -21,7 +21,24 @@ patchesJson6902:
21
21
kind : StatefulSet
22
22
name : zoo
23
23
path : fsgroup-65534.yaml
24
- # https://github.com/kubernetes-sigs/kustomize/issues/915#issuecomment-477808963
24
+ - target :
25
+ group : apps
26
+ version : v1
27
+ kind : StatefulSet
28
+ name : kafka
29
+ path : entrypoint-from-image.yaml
30
+ - target :
31
+ group : apps
32
+ version : v1
33
+ kind : StatefulSet
34
+ name : pzoo
35
+ path : entrypoint-from-image.yaml
36
+ - target :
37
+ group : apps
38
+ version : v1
39
+ kind : StatefulSet
40
+ name : zoo
41
+ path : entrypoint-from-image.yaml
25
42
patchesStrategicMerge :
26
43
- nonroot-image-kafka.yaml
27
44
- nonroot-image-zookeeper.yaml
Original file line number Diff line number Diff line change 7
7
spec :
8
8
containers :
9
9
- name : broker
10
- image : solsson/kafka:nonroot-2.4.0@sha256:b7dbda9f1941711239fbc3095ea49ba74715a9b2e2e8ce9185106c2e878c06aa
10
+ image : solsson/kafka:kafka-server-start-2.4.0@sha256:48a80cb0a5600ef5621a4c2c42ceab2c210e52619100a7bfe62f8bd871c38f2a
11
+ args :
12
+ - /etc/kafka/server.properties.$(POD_NAME)
Original file line number Diff line number Diff line change 7
7
spec :
8
8
containers :
9
9
- name : zookeeper
10
- image : solsson/kafka:nonroot-2.4.0@sha256:b7dbda9f1941711239fbc3095ea49ba74715a9b2e2e8ce9185106c2e878c06aa
10
+ image : solsson/kafka:zookeeper-server-start-2.4.0@sha256:6037e1b5c103a638ef3e8fdd4c052527afb5cebbf13b005f5309a71fb2354c4e
11
+ args :
12
+ - /etc/kafka/zookeeper.properties.$(POD_NAME)
11
13
---
12
14
apiVersion : apps/v1
13
15
kind : StatefulSet
18
20
spec :
19
21
containers :
20
22
- name : zookeeper
21
- image : solsson/kafka:nonroot-2.4.0@sha256:b7dbda9f1941711239fbc3095ea49ba74715a9b2e2e8ce9185106c2e878c06aa
23
+ image : solsson/kafka:zookeeper-server-start-2.4.0@sha256:6037e1b5c103a638ef3e8fdd4c052527afb5cebbf13b005f5309a71fb2354c4e
24
+ args :
25
+ - /etc/kafka/zookeeper.properties.$(POD_NAME)
You can’t perform that action at this time.
0 commit comments