Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ws-manager-mk2/config/certmanager/kustomizeconfig.yaml
2499 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 configuration is for teaching kustomize how to update name ref and var substitution
6
nameReference:
7
- kind: Issuer
8
group: cert-manager.io
9
fieldSpecs:
10
- kind: Certificate
11
group: cert-manager.io
12
path: spec/issuerRef/name
13
14
varReference:
15
- kind: Certificate
16
group: cert-manager.io
17
path: spec/commonName
18
- kind: Certificate
19
group: cert-manager.io
20
path: spec/dnsNames
21
22