File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
deploy/kubernetes-1.24/hostpath Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ kind: StatefulSet
190
190
apiVersion : apps/v1
191
191
metadata :
192
192
name : csi-hostpathplugin
193
+ namespace : default
193
194
labels :
194
195
app.kubernetes.io/instance : hostpath.csi.k8s.io
195
196
app.kubernetes.io/part-of : csi-driver-host-path
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ apiVersion: v1
11
11
kind : Service
12
12
metadata :
13
13
name : hostpath-service
14
+ namespace : default
14
15
labels :
15
16
app.kubernetes.io/instance : hostpath.csi.k8s.io
16
17
app.kubernetes.io/part-of : csi-driver-host-path
@@ -30,6 +31,7 @@ kind: StatefulSet
30
31
apiVersion : apps/v1
31
32
metadata :
32
33
name : csi-hostpath-socat
34
+ namespace : default
33
35
labels :
34
36
app.kubernetes.io/instance : hostpath.csi.k8s.io
35
37
app.kubernetes.io/part-of : csi-driver-host-path
You can’t perform that action at this time.
0 commit comments