blob: 4d0b4b6048ff5e061dcf070c7e718e66fe40b94c [file] [log] [blame]
giod55d03a2026-07-23 16:57:48 +04001{{- if .Values.installCRDs }}
2⚠️ WARNING: `installCRDs` is deprecated, use `crds.enabled` instead.
3
4{{- end }}
5⚠️ WARNING: New default private key rotation policy for Certificate resources.
6The default private key rotation policy for Certificate resources was
7changed to `Always` in cert-manager >= v1.18.0.
8Learn more in the [1.18 release notes](https://cert-manager.io/docs/releases/release-notes/release-notes-1.18).
9
10cert-manager {{ .Chart.AppVersion }} has been deployed successfully!
11
12In order to begin issuing certificates, you will need to set up a ClusterIssuer
13or Issuer resource (for example, by creating a 'letsencrypt-staging' issuer).
14
15More information on the different types of issuers and how to configure them
16can be found in our documentation:
17
18https://cert-manager.io/docs/configuration/
19
20For information on how to configure cert-manager to automatically provision
21Certificates for Ingress resources, take a look at the `ingress-shim`
22documentation:
23
24https://cert-manager.io/docs/usage/ingress/