File tree Expand file tree Collapse file tree 7 files changed +14
-19
lines changed
custom-builds-machine-pool Expand file tree Collapse file tree 7 files changed +14
-19
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
13namespace : capz-system
2-
34namePrefix : capz-
45
56# Labels to add to all resources and selectors.
@@ -28,8 +29,6 @@ patches:
2829configurations :
2930- kustomizeconfig.yaml
3031
31-
32-
3332replacements :
3433- source :
3534 fieldPath : metadata.namespace
@@ -121,5 +120,3 @@ replacements:
121120 select :
122121 name : controller-manager
123122 namespace : system
124- apiVersion : kustomize.config.k8s.io/v1beta1
125- kind : Kustomization
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
13resources :
24- certificate.yaml
35configurations :
46- kustomizeconfig.yaml
5- apiVersion : kustomize.config.k8s.io/v1beta1
6- kind : Kustomization
Original file line number Diff line number Diff line change 11# This kustomization.yaml is not intended to be run by itself,
22# since it depends on service name and namespace that are out of this kustomize package.
33# It should be run by config/
4+ apiVersion : kustomize.config.k8s.io/v1beta1
5+ kind : Kustomization
46
57resources :
68- bases/infrastructure.cluster.x-k8s.io_azuremachines.yaml
@@ -77,5 +79,3 @@ patches:
7779# the following config is for teaching kustomize how to do kustomization for CRDs.
7880configurations :
7981- kustomizeconfig.yaml
80- apiVersion : kustomize.config.k8s.io/v1beta1
81- kind : Kustomization
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
13resources :
24- ../capz
35
@@ -21,5 +23,3 @@ replacements:
2123 select :
2224 kind : Secret
2325 name : aso-controller-settings
24- apiVersion : kustomize.config.k8s.io/v1beta1
25- kind : Kustomization
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
13resources :
24- manifests.yaml
35- service.yaml
46
57configurations :
68- kustomizeconfig.yaml
7- apiVersion : kustomize.config.k8s.io/v1beta1
8- kind : Kustomization
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
13namespace : default
24resources :
35- ../../../test/ci/prow-machine-pool
@@ -29,8 +31,5 @@ generatorOptions:
2931 disableNameSuffixHash : true
3032 labels :
3133 type : generated
32- apiVersion : kustomize.config.k8s.io/v1beta1
33- kind : Kustomization
34-
3534sortOptions :
3635 order : legacy
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
13namespace : default
24resources :
35- ../../../test/ci/prow
@@ -64,8 +66,5 @@ generatorOptions:
6466 disableNameSuffixHash : true
6567 labels :
6668 type : generated
67- apiVersion : kustomize.config.k8s.io/v1beta1
68- kind : Kustomization
69-
7069sortOptions :
7170 order : legacy
You can’t perform that action at this time.
0 commit comments