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