Skip to content

Commit

Permalink
clean up config/crd
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Dec 11, 2024
1 parent 2b9492a commit 1402048
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
7 changes: 2 additions & 5 deletions config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,20 @@
# since it depends on service name and namespace that are out of this kustomize package.
# It should be run by config/default
resources:
- bases/k6.io_k6s.yaml
- bases/k6.io_privateloadzones.yaml
- bases/k6.io_testruns.yaml
# +kubebuilder:scaffold:crdkustomizeresource

patchesStrategicMerge:
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
# patches here are for enabling the conversion webhook for each CRD
# - patches/webhook_in_k6s.yaml
# - patches/webhook_in_k6tests.yaml
# - patches/webhook_in_testruns.yaml
#- patches/webhook_in_privateloadzones.yaml
# +kubebuilder:scaffold:crdkustomizewebhookpatch

# [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
# patches here are for enabling the CA injection for each CRD
# - patches/cainjection_in_k6s.yaml
# - patches/cainjection_in_k6tests.yaml
# - patches/cainjection_in_testruns.yaml
#- patches/cainjection_in_privateloadzones.yaml
# +kubebuilder:scaffold:crdkustomizecainjectionpatch

Expand Down
9 changes: 0 additions & 9 deletions config/crd/patches/cainjection_in_k6s.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions config/crd/patches/webhook_in_k6s.yaml

This file was deleted.

0 comments on commit 1402048

Please sign in to comment.