File tree Expand file tree Collapse file tree 2 files changed +19
-18
lines changed
test/e2e/data/infrastructure-aws/withoutclusterclass/kustomize_sources Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 1
1
# default template enables external ccm and csi
2
+ apiVersion : kustomize.config.k8s.io/v1beta1
3
+ kind : Kustomization
2
4
resources :
3
- - ../base
4
- - machine-deployment.yaml
5
- - ../addons/cni/resources/cni-resource-set.yaml
6
- - ../addons/ccm/resources/ccm-resource-set.yaml
7
- - ../addons/csi/resources/csi-resource-set.yaml
8
- patchesStrategicMerge :
9
- - ../addons/cni/patches/cluster-cni.yaml
10
- - ../addons/ccm/patches/external-cloud-provider.yaml
11
- - ../addons/csi/patches/external-csi-provider.yaml
5
+ - ../base
6
+ - machine-deployment.yaml
7
+ - ../addons/cni/resources/cni-resource-set.yaml
8
+ - ../addons/ccm/resources/ccm-resource-set.yaml
9
+ - ../addons/csi/resources/csi-resource-set.yaml
12
10
configMapGenerator :
13
- - name : cloud-controller-manager-addon
14
- files :
15
- - ../addons/ccm/data/aws-ccm-external.yaml
16
- - name : aws-ebs-csi-driver-addon
17
- files :
18
- - ../addons/csi/data/ aws-ebs-csi-external.yaml
11
+ - files :
12
+ - ../addons/ccm/data/aws-ccm-external.yaml
13
+ name : cloud-controller-manager-addon
14
+ - files :
15
+ - ../addons/csi/data/aws-ebs-csi-external.yaml
16
+ name : aws-ebs-csi-driver-addon
19
17
generatorOptions :
18
+ annotations :
19
+ note : generated
20
20
disableNameSuffixHash : true
21
21
labels :
22
22
type : generated
23
- annotations :
24
- note : generated
25
-
23
+ patches :
24
+ - path : ../addons/cni/patches/cluster-cni.yaml
25
+ - path : ../addons/ccm/patches/external-cloud-provider.yaml
26
+ - path : ../addons/csi/patches/external-csi-provider.yaml
You can’t perform that action at this time.
0 commit comments