From 59f422102ecc4e57bf4d356ef5ac3cddbb42b24b Mon Sep 17 00:00:00 2001 From: Zhou Miao Date: Mon, 28 Sep 2020 17:58:20 +0800 Subject: [PATCH] typo of registry in values.yaml ```release-note NONE ``` Signed-off-by: Miao Zhou --- deploy/charts/cert-manager/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/charts/cert-manager/values.yaml b/deploy/charts/cert-manager/values.yaml index f3ea8644b..35f3615f2 100644 --- a/deploy/charts/cert-manager/values.yaml +++ b/deploy/charts/cert-manager/values.yaml @@ -41,7 +41,7 @@ featureGates: "" image: repository: quay.io/jetstack/cert-manager-controller # You can manage a registry with - # registy: quay.io + # registry: quay.io # repository: jetstack/cert-manager-controller # Override the image tag to deploy by setting this variable. @@ -241,7 +241,7 @@ webhook: image: repository: quay.io/jetstack/cert-manager-webhook # You can manage a registry with - # registy: quay.io + # registry: quay.io # repository: jetstack/cert-manager-webhook # Override the image tag to deploy by setting this variable. @@ -325,7 +325,7 @@ cainjector: image: repository: quay.io/jetstack/cert-manager-cainjector # You can manage a registry with - # registy: quay.io + # registry: quay.io # repository: jetstack/cert-manager-cainjector # Override the image tag to deploy by setting this variable.