We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ba76c7 + 8beae8a commit 409b8fbCopy full SHA for 409b8fb
config/certmanager/certificate.yaml
@@ -1,16 +1,14 @@
1
# The following manifests contain a self-signed issuer CR and a certificate CR.
2
# More document can be found at https://docs.cert-manager.io
3
-# WARNING: Targets CertManager 0.11 check https://docs.cert-manager.io/en/latest/tasks/upgrading/index.html for
4
-# breaking changes
5
-apiVersion: cert-manager.io/v1alpha2
+apiVersion: cert-manager.io/v1
6
kind: Issuer
7
metadata:
8
name: selfsigned-issuer
9
namespace: system
10
spec:
11
selfSigned: {}
12
---
13
14
kind: Certificate
15
16
name: serving-cert # this name should match the one appeared in kustomizeconfig.yaml
0 commit comments