You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Optional: disable specific parameter fields by including their names as
110
+
specified in your template in the `disable_params` search params list
111
+
112
+
```md
113
+
[](https://YOUR_ACCESS_URL/templates/YOUR_TEMPLATE/workspace?disable_params=first_parameter,second_parameter)
114
+
```
115
+
109
116
## Example: Kubernetes
110
117
111
118
For a full example of the Open in Coder flow in Kubernetes, check out
0 commit comments