Skip to content

Commit

Permalink
remove config with ref var
Browse files Browse the repository at this point in the history
  • Loading branch information
Camila Macedo committed Jun 18, 2022
1 parent a4aedbe commit ff9937b
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 270 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 @@ -77,7 +77,6 @@ func (s *apiScaffolder) Scaffold() error {
&patches.EnableWebhookPatch{},
&patches.EnableCAInjectionPatch{},
&crd.Kustomization{},
&crd.KustomizeConfig{},
); err != nil {
return fmt.Errorf("error scaffolding kustomize API manifests: %v", err)
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions pkg/plugins/common/kustomize/v2/scaffolds/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,9 @@ func (s *webhookScaffolder) Scaffold() error {
&kdefault.WebhookCAInjectionPatch{},
&kdefault.ManagerWebhookPatch{},
&webhook.Kustomization{Force: s.force},
&webhook.KustomizeConfig{},
&webhook.Service{},
&certmanager.Certificate{},
&certmanager.Kustomization{},
&certmanager.KustomizeConfig{},
); err != nil {
return fmt.Errorf("error scaffolding kustomize webhook manifests: %v", err)
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit ff9937b

Please sign in to comment.