File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
selector :
14
14
matchLabels :
15
15
app : kafka
16
- petindex : " 0"
16
+ podindex : " 0"
17
17
---
18
18
kind : PersistentVolumeClaim
19
19
apiVersion : v1
29
29
selector :
30
30
matchLabels :
31
31
app : kafka
32
- petindex : " 1"
32
+ podindex : " 1"
33
33
---
34
34
kind : PersistentVolumeClaim
35
35
apiVersion : v1
45
45
selector :
46
46
matchLabels :
47
47
app : kafka
48
- petindex : " 2"
48
+ podindex : " 2"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
name : datadir-kafka-0
6
6
labels :
7
7
app : kafka
8
- petindex : " 0"
8
+ podindex : " 0"
9
9
spec :
10
10
accessModes :
11
11
- ReadWriteOnce
@@ -20,7 +20,7 @@ metadata:
20
20
name : datadir-kafka-1
21
21
labels :
22
22
app : kafka
23
- petindex : " 1"
23
+ podindex : " 1"
24
24
spec :
25
25
accessModes :
26
26
- ReadWriteOnce
@@ -35,7 +35,7 @@ metadata:
35
35
name : datadir-kafka-2
36
36
labels :
37
37
app : kafka
38
- petindex : " 2"
38
+ podindex : " 2"
39
39
spec :
40
40
accessModes :
41
41
- ReadWriteOnce
You can’t perform that action at this time.
0 commit comments