From 6696e4529bd4bdc00c2a936dea7cc8d26d9c4997 Mon Sep 17 00:00:00 2001 From: Szymon Kodrebski Date: Tue, 24 Oct 2017 13:43:59 +0200 Subject: [PATCH] Added comments for using hostedZoneID field with route53 provider --- docs/api-types/issuer/spec.md | 1 - docs/examples/acme-issuer.yaml | 5 +++-- docs/examples/cluster-issuer.yaml | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/api-types/issuer/spec.md b/docs/api-types/issuer/spec.md index 4087f2812..d60b905e7 100644 --- a/docs/api-types/issuer/spec.md +++ b/docs/api-types/issuer/spec.md @@ -127,7 +127,6 @@ clouddns: route53: accessKeyID: AKIAIOSFODNN7EXAMPLE region: eu-west-1 - hostedZoneID: DIKER8JPL21PSA secretAccessKeySecretRef: name: prod-route53-credentials-secret key: secret-access-key diff --git a/docs/examples/acme-issuer.yaml b/docs/examples/acme-issuer.yaml index a39f5efdc..0196d1832 100644 --- a/docs/examples/acme-issuer.yaml +++ b/docs/examples/acme-issuer.yaml @@ -41,7 +41,8 @@ spec: secretAccessKeySecretRef: name: route53-config key: secret-access-key - # The Route53 hosted zone ID - hostedZoneID: DIKER8JPL21PSA # The Route53 region region: us-east-1 + # This field is optional for overriding the Route53 hosted zone ID + # It is required to use it if the cert-manager cannot disambiguate between two different hosted zones for the same zone name + hostedZoneID: DIKER8JPL21PSA diff --git a/docs/examples/cluster-issuer.yaml b/docs/examples/cluster-issuer.yaml index 4658c2d37..d6a1d1ae3 100644 --- a/docs/examples/cluster-issuer.yaml +++ b/docs/examples/cluster-issuer.yaml @@ -41,7 +41,8 @@ spec: secretAccessKeySecretRef: name: route53-config key: secret-access-key - # The Route53 hosted zone ID - hostedZoneID: DIKER8JPL21PSA # The Route53 region region: us-east-1 + # This field is optional for overriding the Route53 hosted zone ID + # It is required to use it if the cert-manager cannot disambiguate between two different hosted zones for the same zone name + hostedZoneID: DIKER8JPL21PSA