blob: 4d0b4b6048ff5e061dcf070c7e718e66fe40b94c [file] [log] [blame]
gio33d62932026-07-23 16:39:35 +04001{{- if .Values.installCRDs }}
2⚠️ WARNING: `installCRDs` is deprecated, use `crds.enabled` instead.
giob6e9f2f2026-07-23 16:53:10 +04003
gio33d62932026-07-23 16:39:35 +04004{{- end }}
giob6e9f2f2026-07-23 16:53:10 +04005⚠️ 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
Giorgi Lekveishvilid1234c12023-06-19 10:37:06 +040010cert-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/