feat(site): disable rich parameters when using open in coder (#10114)

* feat(site): disable rich parameters when using open in coder

* updated docs

* chore(site): increase refetch interval for deployment health

* Revert "chore(site): increase refetch interval for deployment health"

This reverts commit 8e642be3fb.
This commit is contained in:
Kira Pilot
2023-10-09 09:47:22 -04:00
committed by GitHub
parent 5673aca408
commit 791144ddfd
3 changed files with 42 additions and 3 deletions
+7
View File
@@ -106,6 +106,13 @@ approach for "Open in Coder" flows.
![Pre-filled parameters](../images/templates/pre-filled-parameters.png)
1. Optional: disable specific parameter fields by including their names as
specified in your template in the `disable_params` search params list
```md
[![Open in Coder](https://YOUR_ACCESS_URL/open-in-coder.svg)](https://YOUR_ACCESS_URL/templates/YOUR_TEMPLATE/workspace?disable_params=first_parameter,second_parameter)
```
## Example: Kubernetes
For a full example of the Open in Coder flow in Kubernetes, check out