Path: blob/main/components/ws-manager-mk2/config/webhook/kustomizeconfig.yaml
2500 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# the following config is for teaching kustomize where to look at when substituting vars.5# It requires kustomize v2.1.0 or newer to work properly.6nameReference:7- kind: Service8version: v19fieldSpecs:10- kind: MutatingWebhookConfiguration11group: admissionregistration.k8s.io12path: webhooks/clientConfig/service/name13- kind: ValidatingWebhookConfiguration14group: admissionregistration.k8s.io15path: webhooks/clientConfig/service/name1617namespace:18- kind: MutatingWebhookConfiguration19group: admissionregistration.k8s.io20path: webhooks/clientConfig/service/namespace21create: true22- kind: ValidatingWebhookConfiguration23group: admissionregistration.k8s.io24path: webhooks/clientConfig/service/namespace25create: true2627varReference:28- path: metadata/annotations293031