blob: d5d705c07df8e91041f393f2cbc5ae4200fc77cd [file] [log] [blame]
Giorgi Lekveishviliea328da2026-07-29 12:15:15 +04001{{- if .Values.installCRDs }}
2⚠️ WARNING: `installCRDs` is deprecated, use `crds.enabled` instead.
3
4{{- end }}
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.
7
8{{- end }}
Giorgi Lekveishvili4ec4c022024-08-17 15:09:24 +04009cert-manager {{ .Chart.AppVersion }} has been deployed successfully!
10
11In order to begin issuing certificates, you will need to set up a ClusterIssuer
12or Issuer resource (for example, by creating a 'letsencrypt-staging' issuer).
13
14More information on the different types of issuers and how to configure them
15can be found in our documentation:
16
17https://cert-manager.io/docs/configuration/
18
19For information on how to configure cert-manager to automatically provision
20Certificates for Ingress resources, take a look at the `ingress-shim`
21documentation:
22
23https://cert-manager.io/docs/usage/ingress/
Giorgi Lekveishviliea328da2026-07-29 12:15:15 +040024
25For information on how to configure cert-manager to automatically provision
26Certificates for Gateway API resources, take a look at the `gateway resource`
27documentation:
28
29https://cert-manager.io/docs/usage/gateway/