Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ws-manager-mk2/config/crd/kustomization.yaml
2498 views
1
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
2
# Licensed under the GNU Affero General Public License (AGPL).
3
# See License-AGPL.txt in the project root for license information.
4
5
# This kustomization.yaml is not intended to be run by itself,
6
# since it depends on service name and namespace that are out of this kustomize package.
7
# It should be run by config/default
8
resources:
9
- bases/workspace.gitpod.io_workspaces.yaml
10
- bases/workspace.gitpod.io_snapshots.yaml
11
#+kubebuilder:scaffold:crdkustomizeresource
12
13
patchesStrategicMerge:
14
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
15
# patches here are for enabling the conversion webhook for each CRD
16
#- patches/webhook_in_workspaces.yaml
17
#- patches/webhook_in_snapshots.yaml
18
#+kubebuilder:scaffold:crdkustomizewebhookpatch
19
20
# [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
21
# patches here are for enabling the CA injection for each CRD
22
#- patches/cainjection_in_workspaces.yaml
23
#- patches/cainjection_in_snapshots.yaml
24
#+kubebuilder:scaffold:crdkustomizecainjectionpatch
25
26
# the following config is for teaching kustomize how to do kustomization for CRDs.
27
configurations:
28
- kustomizeconfig.yaml
29
30