Skip to content

Commit

Permalink
Add kustomization for Cluster-API case
Browse files Browse the repository at this point in the history
configure hostNetwork for CCM deployment
  • Loading branch information
defo89 committed Sep 4, 2024
1 parent f2d7ad2 commit d35df32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/capi/deployment_patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: manager
spec:
hostNetwork: true
5 changes: 5 additions & 0 deletions config/capi/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
resources:
- ../default

patches:
- path: deployment_patch.yaml

0 comments on commit d35df32

Please sign in to comment.