blob: d5d705c07df8e91041f393f2cbc5ae4200fc77cd [file] [log] [blame]
gio33d62932026-07-23 16:39:35 +04001{{- if .Values.installCRDs }}
2⚠️ WARNING: `installCRDs` is deprecated, use `crds.enabled` instead.
giob6e9f2f2026-07-23 16:53:10 +04003
gio33d62932026-07-23 16:39:35 +04004{{- end }}
gio15aa6632026-07-23 17:14:23 +04005{{- 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.
giob6e9f2f2026-07-23 16:53:10 +04007
gio15aa6632026-07-23 17:14:23 +04008{{- end }}
Giorgi Lekveishvilid1234c12023-06-19 10:37:06 +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/
gio15aa6632026-07-23 17:14:23 +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/