Skip to content

Commit

Permalink
Merge pull request #822 from sleshchenko/fixHttpsDeployDoc
Browse files Browse the repository at this point in the history
Fix https deploy doc
  • Loading branch information
themr0c authored Sep 19, 2019
2 parents bb27b32 + b29bded commit 7d79152
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[id='creating-a-service-account-secret-on-azure_{context}']
= reating a Service Account Secret on Azure
= Creating a Service Account Secret on Azure

The secret must be in the *cert-manager* namespace. Otherwise the secret cannot be found, and cert-manager reports errors.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ image::installation/create-policy-review.png[link="{imagesdir}/installation/crea
. In the *Name* field, type `route53`, and click *Create policy*.
. To create the certificate issuer, change the email address and specify the `accessKeyID`:
+
[subs="+quotes",options="nowrap"]
----
$ cat <<EOF | kubectl apply -f -
apiVersion: certmanager.k8s.io/v1alpha1
Expand All @@ -426,7 +425,6 @@ EOF

. Add the certificate by editing the domain name value (`aws.my-ide.cloud`, in this case) and the `dnsName` value:
+
[subs="+quotes",options="nowrap"]
----
$ cat <<EOF | kubectl apply -f -
apiVersion: certmanager.k8s.io/v1alpha1
Expand Down

0 comments on commit 7d79152

Please sign in to comment.