blob: 4148a24d3609d596de39be62c726d5902b888bdd [file] [log] [blame]
# 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/apisix.apache.org_pluginconfigs.yaml
- bases/apisix.apache.org_gatewayproxies.yaml
- bases/apisix.apache.org_consumers.yaml
- bases/apisix.apache.org_backendtrafficpolicies.yaml
- bases/apisix.apache.org_httproutepolicies.yaml
- bases/apisix.apache.org_apisixroutes.yaml
- bases/apisix.apache.org_apisixconsumers.yaml
- bases/apisix.apache.org_apisixglobalrules.yaml
- bases/apisix.apache.org_apisixtlses.yaml
- bases/apisix.apache.org_apisixupstreams.yaml
- bases/apisix.apache.org_apisixpluginconfigs.yaml
# +kubebuilder:scaffold:crdkustomizeresource
patches:
- path: patches/consumer_credential_oneof.yaml
target:
kind: CustomResourceDefinition
name: consumers.apisix.apache.org
group: apiextensions.k8s.io
version: v1
- path: patches/hmac_auth_validation.yaml
target:
kind: CustomResourceDefinition
name: apisixconsumers.apisix.apache.org
group: apiextensions.k8s.io
version: v1
# [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_gatewayproxies.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_guestbooks.yaml
#- path: patches/cainjection_in_gatewayproxies.yaml
# +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