Added comments for using hostedZoneID field with route53 provider

This commit is contained in:
Szymon Kodrebski 2017-10-24 13:43:59 +02:00
parent 7085fa25bf
commit 6696e4529b
3 changed files with 6 additions and 5 deletions

View File

@ -127,7 +127,6 @@ clouddns:
route53:
accessKeyID: AKIAIOSFODNN7EXAMPLE
region: eu-west-1
hostedZoneID: DIKER8JPL21PSA
secretAccessKeySecretRef:
name: prod-route53-credentials-secret
key: secret-access-key

View File

@ -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

View File

@ -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