File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# The following manifests contain a self-signed issuer CR and a certificate CR.
2
2
# More document can be found at https://docs.cert-manager.io
3
3
# WARNING: Targets CertManager 0.11 check https://docs.cert-manager.io/en/latest/tasks/upgrading/index.html for breaking changes
4
- apiVersion : cert-manager.io/v1alpha2
4
+ apiVersion : cert-manager.io/v1
5
5
kind : Issuer
6
6
metadata :
7
7
name : selfsigned-issuer
8
8
namespace : system
9
9
spec :
10
10
selfSigned : {}
11
11
---
12
- apiVersion : cert-manager.io/v1alpha2
12
+ apiVersion : cert-manager.io/v1
13
13
kind : Certificate
14
14
metadata :
15
15
name : serving-cert # this name should match the one appeared in kustomizeconfig.yaml
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ vars:
25
25
objref :
26
26
kind : Certificate
27
27
group : cert-manager.io
28
- version : v1alpha2
28
+ version : v1
29
29
name : serving-cert # this name should match the one in certificate.yaml
30
30
fieldref :
31
31
fieldpath : metadata.namespace
32
32
- name : CERTIFICATE_NAME
33
33
objref :
34
34
kind : Certificate
35
35
group : cert-manager.io
36
- version : v1alpha2
36
+ version : v1
37
37
name : serving-cert # this name should match the one in certificate.yaml
38
38
- name : SERVICE_NAMESPACE # namespace of the service
39
39
objref :
You can’t perform that action at this time.
0 commit comments