From 4d14e98b08996a6f7fee99eb62eb3c9fc0ceb663 Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Tue, 13 Aug 2019 22:53:41 +0200 Subject: [PATCH] Fix syntax broken highlighting (#15830) Hugo's highlighter does not understand a variable name with angle brackets, and breaks the coloring. --- content/en/examples/admin/cloud/ccm-example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/examples/admin/cloud/ccm-example.yaml b/content/en/examples/admin/cloud/ccm-example.yaml index e49413e4cc..20aafb31e5 100644 --- a/content/en/examples/admin/cloud/ccm-example.yaml +++ b/content/en/examples/admin/cloud/ccm-example.yaml @@ -47,7 +47,7 @@ spec: image: k8s.gcr.io/cloud-controller-manager:v1.8.0 command: - /usr/local/bin/cloud-controller-manager - - --cloud-provider= # Add your own cloud provider here! + - --cloud-provider=[YOUR_CLOUD_PROVIDER] # Add your own cloud provider here! - --leader-elect=true - --use-service-account-credentials # these flags will vary for every cloud provider