-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add leader election namespace flag, and missing kustomization file.
- Loading branch information
1 parent
b5b39eb
commit 248afaa
Showing
2 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This kustomization.yaml is not intended to be run by itself, | ||
# since it depends on service name and namespace that are out of this kustomize package. | ||
# It should be run by config/default | ||
resources: | ||
- bases/networking.datumapis.com_networks.yaml | ||
- bases/networking.datumapis.com_networkbindings.yaml | ||
- bases/networking.datumapis.com_networkcontexts.yaml | ||
- bases/networking.datumapis.com_networkpolicies.yaml | ||
- bases/networking.datumapis.com_subnets.yaml | ||
- bases/networking.datumapis.com_subnetclaims.yaml | ||
- bases/networking.datumapis.com_locations.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 | ||
# +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 | ||
# +kubebuilder:scaffold:crdkustomizecainjectionpatch | ||
|
||
# [WEBHOOK] To enable webhook, uncomment the following section | ||
# the following config is for teaching kustomize how to do kustomization for CRDs. | ||
#configurations: | ||
#- kustomizeconfig.yaml |