Skip to content

Commit 7210f03

Browse files
jichenjck8s-ci-robot
authored andcommitted
Fix generation issue (#454)
Error: no matches for OriginalId apps_v1_Deployment|cluster-api-system|cluster-api-controller-manager; no matches for CurrentId apps_v1_Deployment|cluster-api-system|cluster-api-controller-manager; failed to find unique target for patch apps_v1_Deployment|cluster-api-controller-manager
1 parent ca26aa6 commit 7210f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/provider-components/manager_tolerations_patch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ spec:
4242
apiVersion: apps/v1
4343
kind: Deployment
4444
metadata:
45-
name: cluster-api-controller-manager
46-
namespace: cluster-api-system
45+
name: capi-controller-manager
46+
namespace: capi-system
4747
spec:
4848
template:
4949
spec:

0 commit comments

Comments
 (0)