Skip to content

Commit

Permalink
updates to support the latest kustomize
Browse files Browse the repository at this point in the history
  • Loading branch information
asauber committed Jan 28, 2019
1 parent b391fbb commit ea67649
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
apiVersion: v1beta1
kind: Kustomization

# Adds namespace to all resources.
namespace: cluster-api-provider-lke-system

Expand All @@ -17,12 +20,12 @@ namePrefix: cluster-api-provider-lke-
# files that kustomize reads, modifies and emits as a
# YAML string, with resources separated by document
# markers ("---").
resources:
- ../crds/lkeproviderconfig_v1alpha1_lkeclusterproviderconfig.yaml
- ../crds/lkeproviderconfig_v1alpha1_lkemachineproviderconfig.yaml
- ../rbac/rbac_role.yaml
- ../rbac/rbac_role_binding.yaml
- ../manager/manager.yaml

patches:
resources:
- crds/lkeproviderconfig_v1alpha1_lkeclusterproviderconfig.yaml
- crds/lkeproviderconfig_v1alpha1_lkemachineproviderconfig.yaml
- rbac/rbac_role.yaml
- rbac/rbac_role_binding.yaml
- manager/manager.yaml
patchesStrategicMerge:
- manager_image_patch.yaml
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ea67649

Please sign in to comment.