Path: blob/main/components/ws-manager-mk2/config/crd/kustomization.yaml
2498 views
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.1# Licensed under the GNU Affero General Public License (AGPL).2# See License-AGPL.txt in the project root for license information.34# This kustomization.yaml is not intended to be run by itself,5# since it depends on service name and namespace that are out of this kustomize package.6# It should be run by config/default7resources:8- bases/workspace.gitpod.io_workspaces.yaml9- bases/workspace.gitpod.io_snapshots.yaml10#+kubebuilder:scaffold:crdkustomizeresource1112patchesStrategicMerge:13# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.14# patches here are for enabling the conversion webhook for each CRD15#- patches/webhook_in_workspaces.yaml16#- patches/webhook_in_snapshots.yaml17#+kubebuilder:scaffold:crdkustomizewebhookpatch1819# [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.20# patches here are for enabling the CA injection for each CRD21#- patches/cainjection_in_workspaces.yaml22#- patches/cainjection_in_snapshots.yaml23#+kubebuilder:scaffold:crdkustomizecainjectionpatch2425# the following config is for teaching kustomize how to do kustomization for CRDs.26configurations:27- kustomizeconfig.yaml282930