mirror of
https://github.com/singchia/frontier.git
synced 2025-12-24 13:27:50 +08:00
operator: define frontier cluster crd
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
# since it depends on service name and namespace that are out of this kustomize package.
|
||||
# It should be run by config/default
|
||||
resources:
|
||||
- bases/frontier.singchia.io_frontiers.yaml
|
||||
- bases/frontier.singchia.io_frontierclusters.yaml
|
||||
#+kubebuilder:scaffold:crdkustomizeresource
|
||||
|
||||
patches:
|
||||
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
|
||||
# patches here are for enabling the conversion webhook for each CRD
|
||||
#- path: patches/webhook_in_frontiers.yaml
|
||||
#- path: patches/webhook_in_frontierclusters.yaml
|
||||
#+kubebuilder:scaffold:crdkustomizewebhookpatch
|
||||
|
||||
# [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
|
||||
# patches here are for enabling the CA injection for each CRD
|
||||
#- path: patches/cainjection_in_frontiers.yaml
|
||||
#- path: patches/cainjection_in_frontierclusters.yaml
|
||||
#+kubebuilder:scaffold:crdkustomizecainjectionpatch
|
||||
|
||||
# [WEBHOOK] To enable webhook, uncomment the following section
|
||||
|
||||
Reference in New Issue
Block a user