Fix syntax broken highlighting (#15830)
Hugo's highlighter does not understand a variable name with angle brackets, and breaks the coloring.pull/15853/head
parent
a02fea5330
commit
4d14e98b08
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue