Skip to content

Commit

Permalink
Remove unnecessary patch for CA injection
Browse files Browse the repository at this point in the history
  • Loading branch information
lentzi90 committed Aug 25, 2023
1 parent 4d43972 commit fdd6fc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
1 change: 0 additions & 1 deletion pkg/plugins/common/kustomize/v2/scaffolds/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func (s *apiScaffolder) Scaffold() error {
&rbac.CRDEditorRole{},
&rbac.CRDViewerRole{},
&patches.EnableWebhookPatch{},
&patches.EnableCAInjectionPatch{},
&crd.Kustomization{},
&crd.KustomizeConfig{},
); err != nil {
Expand Down

This file was deleted.

0 comments on commit fdd6fc3

Please sign in to comment.