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 6apiVersion: apiextensions.k8s.io/v1 7kind: CustomResourceDefinition 8metadata: 9 annotations: 10 cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME) 11 name: workspaces.workspace.gitpod.io 12 13