Skip to content

Commit

Permalink
Merge pull request #1246 from dipankardas011/fix-depricated-use-of-ba…
Browse files Browse the repository at this point in the history
…se-in-kustomize

Removal of the bases field as it is deprecated by kustomize
  • Loading branch information
k8s-ci-robot committed Jun 9, 2023
2 parents 6b0cb6f + ebac4a2 commit ad1bf43
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 18 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
4 changes: 1 addition & 3 deletions deployment/overlays/prune/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ 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 ad1bf43

Please sign in to comment.