Browse Source
Adding proper quotation (#12371)
* Adding proper quotation
* Update file with correct quotes
pull/12378/head
vdveldet
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
roles/kubernetes/control-plane/templates/apiserver-tracing.yaml.j2
|
|
@ -1,4 +1,4 @@ |
|
|
|
apiVersion: apiserver.config.k8s.io/v1beta1 |
|
|
|
kind: TracingConfiguration |
|
|
|
endpoint: {{ kube_apiserver_tracing_endpoint }} |
|
|
|
endpoint: "{{ kube_apiserver_tracing_endpoint }}" |
|
|
|
samplingRatePerMillion: {{ kube_apiserver_tracing_sampling_rate_per_million }} |