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