Fix syntax broken highlighting (#15830)
Hugo's highlighter does not understand a variable name with angle brackets, and breaks the coloring.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a02fea5330
commit
4d14e98b08
@@ -47,7 +47,7 @@ spec:
|
|||||||
image: k8s.gcr.io/cloud-controller-manager:v1.8.0
|
image: k8s.gcr.io/cloud-controller-manager:v1.8.0
|
||||||
command:
|
command:
|
||||||
- /usr/local/bin/cloud-controller-manager
|
- /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
|
- --leader-elect=true
|
||||||
- --use-service-account-credentials
|
- --use-service-account-credentials
|
||||||
# these flags will vary for every cloud provider
|
# these flags will vary for every cloud provider
|
||||||
|
|||||||
Reference in New Issue
Block a user