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/kustomizeconfig.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 file is for teaching kustomize how to substitute name and namespace reference in CRD
6
nameReference:
7
- kind: Service
8
version: v1
9
fieldSpecs:
10
- kind: CustomResourceDefinition
11
version: v1
12
group: apiextensions.k8s.io
13
path: spec/conversion/webhook/clientConfig/service/name
14
15
namespace:
16
- kind: CustomResourceDefinition
17
version: v1
18
group: apiextensions.k8s.io
19
path: spec/conversion/webhook/clientConfig/service/namespace
20
create: false
21
22
varReference:
23
- path: metadata/annotations
24
25