blob: 341d10123cce7c9582f62d22f792f1bd9aa6b889 [file] [log] [blame]
giob6e9f2f2026-07-23 16:53:10 +04001{{- if .Values.installCRDs }}
2⚠️ WARNING: `installCRDs` is deprecated, use `crds.enabled` instead.
3{{- end }}
4cert-manager {{ .Chart.AppVersion }} has been deployed successfully!
5
6In order to begin issuing certificates, you will need to set up a ClusterIssuer
7or Issuer resource (for example, by creating a 'letsencrypt-staging' issuer).
8
9More information on the different types of issuers and how to configure them
10can be found in our documentation:
11
12https://cert-manager.io/docs/configuration/
13
14For information on how to configure cert-manager to automatically provision
15Certificates for Ingress resources, take a look at the `ingress-shim`
16documentation:
17
18https://cert-manager.io/docs/usage/ingress/