Skip to content

Commit 19287d4

Browse files
committed
New kustomization for pd driver
This can work for both linux and windows Also update to the latest version of kustomize bases is deprecated, use resources instead.
1 parent 85088c4 commit 19287d4

File tree

11 files changed

+31
-464
lines changed

11 files changed

+31
-464
lines changed

deploy/kubernetes/base/controller.yaml

-86
This file was deleted.
+4-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
commonLabels:
2-
k8s-app: gcp-compute-persistent-disk-csi-driver
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
33
namespace:
44
gce-pd-csi-driver
55
resources:
6-
- node.yaml
7-
- controller.yaml
8-
- setup-cluster.yaml
6+
- controller_setup
7+
- node_setup

deploy/kubernetes/base/node.yaml

-111
This file was deleted.

0 commit comments

Comments
 (0)