| 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 | 15aa663 | 2026-07-23 17:14:23 +0400 | [diff] [blame] | 5 | {{- if or .Values.image.registry .Values.webhook.image.registry .Values.cainjector.image.registry .Values.startupapicheck.image.registry .Values.acmesolver.image.registry }} |
| 6 | ⚠️ WARNING: `*.image.registry` is deprecated. Prefer using the global `imageRegistry` value. |
| gio | b6e9f2f | 2026-07-23 16:53:10 +0400 | [diff] [blame] | 7 | |
| gio | 15aa663 | 2026-07-23 17:14:23 +0400 | [diff] [blame] | 8 | {{- end }} |
| Giorgi Lekveishvili | d1234c1 | 2023-06-19 10:37:06 +0400 | [diff] [blame] | 9 | cert-manager {{ .Chart.AppVersion }} has been deployed successfully! |
| 10 | |
| 11 | In order to begin issuing certificates, you will need to set up a ClusterIssuer |
| 12 | or Issuer resource (for example, by creating a 'letsencrypt-staging' issuer). |
| 13 | |
| 14 | More information on the different types of issuers and how to configure them |
| 15 | can be found in our documentation: |
| 16 | |
| 17 | https://cert-manager.io/docs/configuration/ |
| 18 | |
| 19 | For information on how to configure cert-manager to automatically provision |
| 20 | Certificates for Ingress resources, take a look at the `ingress-shim` |
| 21 | documentation: |
| 22 | |
| 23 | https://cert-manager.io/docs/usage/ingress/ |
| gio | 15aa663 | 2026-07-23 17:14:23 +0400 | [diff] [blame] | 24 | |
| 25 | For information on how to configure cert-manager to automatically provision |
| 26 | Certificates for Gateway API resources, take a look at the `gateway resource` |
| 27 | documentation: |
| 28 | |
| 29 | https://cert-manager.io/docs/usage/gateway/ |