docs/examples: mention ambient credentials

This commit is contained in:
Euan Kemp 2018-03-23 16:16:29 -07:00
parent f88707df88
commit f848ecf529
2 changed files with 7 additions and 1 deletions

View File

@ -35,6 +35,9 @@ spec:
key: api-key.txt
- name: route53
route53:
# Credentials may optionally be omitted to use ambient credentials if
# --issuer-ambient-credentials is enabled and
# ambient credentials are available to cert-manager.
# The Route53 access key ID
accessKeyID: AKIADKOU3GLWAQM8WQKJ
# A secretKeyRef to a the route53 secret access key
@ -63,4 +66,4 @@ spec:
resourceGroupName: resource-group
# Name of the hosted zone, if ommited it will be computed from domain provided during certificate creation
# hosted zone name is always part of domain name from certificate request
hostedZoneName: k8s.group
hostedZoneName: k8s.group

View File

@ -35,6 +35,9 @@ spec:
key: api-key.txt
- name: route53
route53:
# Credentials may optionally be omitted to use ambient credentials if
# --cluster-issuer-ambient-credentials is not disabled and
# ambient credentials are available to cert-manager.
# The Route53 access key ID
accessKeyID: AKIADKOU3GLWAQM8WQKJ
# A secretKeyRef to a the route53 secret access key