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/patches/cainjection_in_workspaces.yaml
2506 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
# The following patch adds a directive for certmanager to inject CA into the CRD
6
apiVersion: apiextensions.k8s.io/v1
7
kind: CustomResourceDefinition
8
metadata:
9
annotations:
10
cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
11
name: workspaces.workspace.gitpod.io
12
13