Skip to content

Commit

Permalink
fix kcp-only clusterclass
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Sep 25, 2024
1 parent bc7726b commit 029099b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ patches:
group: cluster.x-k8s.io
version: v1beta1
kind: ClusterClass
- path: remove-worker-patches.yaml
target:
group: cluster.x-k8s.io
version: v1beta1
kind: ClusterClass
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- op: remove
path: /spec/patches/14
- op: remove
path: /spec/patches/9
- op: remove
path: /spec/patches/5
- op: remove
path: /spec/patches/4/definitions/0/selector/matchResources/machineDeploymentClass
- op: remove
path: /spec/patches/3/definitions/2
- op: remove
path: /spec/patches/3/definitions/0

0 comments on commit 029099b

Please sign in to comment.