From accae21840d5facc2e80fe20cde9774e761d2708 Mon Sep 17 00:00:00 2001 From: Zhimin Xiang Date: Tue, 9 Jun 2020 10:50:32 -0700 Subject: [PATCH] Fix the format of applying certmanager related yaml (#2556) * fix the format of cert-manager related yaml * fix format * fix empty string --- docs/serving/using-cert-manager-on-gcp.md | 83 ++++++++++++----------- 1 file changed, 42 insertions(+), 41 deletions(-) diff --git a/docs/serving/using-cert-manager-on-gcp.md b/docs/serving/using-cert-manager-on-gcp.md index 56b3a6272..5371aab64 100644 --- a/docs/serving/using-cert-manager-on-gcp.md +++ b/docs/serving/using-cert-manager-on-gcp.md @@ -105,31 +105,31 @@ TLS certificates and how the requests are validated with Cloud DNS. provider info, including your `cert-manager-cloud-dns-admin` service account. ```shell - kubectl apply --filename - <` is your domain: ```shell - # Change this value to the domain you want to use. - export DOMAIN= + # Change this value to the domain you want to use. + export DOMAIN= - kubectl apply --filename - <