Adding proper quotation (#12371)

* Adding proper quotation

* Update file with correct quotes
This commit is contained in:
vdveldet 2025-07-06 11:33:24 +02:00 committed by GitHub
parent 1e5a203ddc
commit 8d7cbe732e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}