Skip to content

Commit

Permalink
Removal of the bases field as it is deprecated by kustomize
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <dipankardas0115@gmail.com>
  • Loading branch information
dipankardas011 committed Jun 8, 2023
1 parent 6b0cb6f commit 34679d6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 17 deletions.
4 changes: 1 addition & 3 deletions deployment/overlays/default-combined/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ kind: Kustomization

namespace: node-feature-discovery

bases:
resources:
- ../../base/rbac
- ../../base/nfd-crds
- ../../base/master-worker-combined

resources:
- namespace.yaml

components:
Expand Down
4 changes: 1 addition & 3 deletions deployment/overlays/default-job/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ kind: Kustomization

namespace: node-feature-discovery

bases:
resources:
- ../../base/rbac
- ../../base/nfd-crds
- ../../base/master
- ../../base/worker-job

resources:
- namespace.yaml

components:
Expand Down
4 changes: 1 addition & 3 deletions deployment/overlays/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ kind: Kustomization

namespace: node-feature-discovery

bases:
resources:
- ../../base/rbac
- ../../base/nfd-crds
- ../../base/master
- ../../base/worker-daemonset

resources:
- namespace.yaml

components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

namespace: node-feature-discovery

bases:
resources:
- ../../base/rbac
- ../../base/rbac-topologyupdater
- ../../base/rbac-topology-gc
Expand All @@ -13,8 +13,6 @@ bases:
- ../../base/noderesourcetopologies-crd
- ../../base/topologyupdater-daemonset
- ../../base/topology-gc

resources:
- namespace.yaml

components:
Expand Down
3 changes: 1 addition & 2 deletions deployment/overlays/prune/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ kind: Kustomization

namespace: node-feature-discovery

bases:
- ../../base/rbac

resources:
- ../../base/rbac
- namespace.yaml
- master-job.yaml

Expand Down
4 changes: 1 addition & 3 deletions deployment/overlays/topologyupdater/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ kind: Kustomization

namespace: node-feature-discovery

bases:
resources:
- ../../base/rbac-topologyupdater
- ../../base/rbac-topology-gc
- ../../base/noderesourcetopologies-crd
- ../../base/topologyupdater-daemonset
- ../../base/topology-gc

resources:
- namespace.yaml

components:
Expand Down

0 comments on commit 34679d6

Please sign in to comment.