File tree 3 files changed +10
-2
lines changed
deploy/kubernetes/overlays
prow-gke-release-staging-head
prow-gke-release-staging-rc
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : storage.k8s.io/v1beta1
2
+ kind : CSIDriver
3
+ metadata :
4
+ name : pd.csi.storage.gke.io
5
+ spec :
6
+ attachRequired : true
7
+ podInfoOnMount : false
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
4
4
- ../stable
5
+ - ./csi-driver.yaml
5
6
transformers :
6
7
- ../../images/prow-gke-release-staging-head
7
8
patchesJson6902 :
Original file line number Diff line number Diff line change 1
- apiVersion : storage.k8s.io/v1
1
+ apiVersion : storage.k8s.io/v1beta1
2
2
kind : CSIDriver
3
3
metadata :
4
4
name : pd.csi.storage.gke.io
5
5
spec :
6
6
attachRequired : true
7
- podInfoOnMount : false
7
+ podInfoOnMount : false
You can’t perform that action at this time.
0 commit comments