Added comments for using hostedZoneID field with route53 provider
This commit is contained in:
parent
7085fa25bf
commit
6696e4529b
@ -127,7 +127,6 @@ clouddns:
|
||||
route53:
|
||||
accessKeyID: AKIAIOSFODNN7EXAMPLE
|
||||
region: eu-west-1
|
||||
hostedZoneID: DIKER8JPL21PSA
|
||||
secretAccessKeySecretRef:
|
||||
name: prod-route53-credentials-secret
|
||||
key: secret-access-key
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user