We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ce68f commit bd9265aCopy full SHA for bd9265a
docs/docs/reference/server/config.yml.md
@@ -287,10 +287,10 @@ to configure [backends](../../concepts/backends.md) and other [server-level sett
287
show_root_heading: false
288
289
??? info "Specifying `data`"
290
- To specify service account file contents as a string, use `jq`:
+ To specify kubeconfig contents directly via `data`, convert it to a string:
291
292
```shell
293
- cat my-service-account-file.json | jq -c | jq -R
+ yq -o=json ~/.kube/config | jq -c | jq -R
294
```
295
296
###### `projects[n].backends[type=kubernetes].proxy_jump` { #kubernetes-proxy_jump data-toc-label="proxy_jump" }
0 commit comments