Fix syntax broken highlighting (#15830)

Hugo's highlighter does not understand a variable name with angle
brackets, and breaks the coloring.
pull/15853/head
Oz N Tiram 2019-08-13 22:53:41 +02:00 committed by Kubernetes Prow Robot
parent a02fea5330
commit 4d14e98b08
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ spec:
image: k8s.gcr.io/cloud-controller-manager:v1.8.0
command:
- /usr/local/bin/cloud-controller-manager
- --cloud-provider=<YOUR_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