We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490efd4 commit 46f7d7dCopy full SHA for 46f7d7d
1 file changed
src/dstack/_internal/core/backends/kubernetes/models.py
@@ -50,7 +50,7 @@ class KubeconfigFileConfig(CoreModel):
50
Optional[Union[str, dict]],
51
Field(
52
description=(
53
- "The contents of the kubeconfig file."
+ "The contents of the kubeconfig file specified as yaml or a string."
54
" When configuring via `server/config.yml`, it's automatically filled from `filename`."
55
" When configuring via UI, it has to be specified explicitly"
56
)
0 commit comments