File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/admin/templates/extending-templates Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -204,11 +204,11 @@ operational issue, but it is not advised to overuse this opportunity.
204
204
205
205
## Ephemeral parameters
206
206
207
- Ephemeral parameters are introduced to users in order to model specific behaviors
208
- in a Coder workspace, such as reverting to a previous image, restoring from a
209
- volume snapshot, or building a project without using cache. These parameters are
210
- only settable when starting, updating, or restarting a workspace and do not persist
211
- after the workspace is stopped.
207
+ Ephemeral parameters are introduced to users in order to model specific
208
+ behaviors in a Coder workspace, such as reverting to a previous image, restoring
209
+ from a volume snapshot, or building a project without using cache. These
210
+ parameters are only settable when starting, updating, or restarting a workspace
211
+ and do not persist after the workspace is stopped.
212
212
213
213
Since these parameters are ephemeral in nature, subsequent builds proceed in the
214
214
standard manner:
You can’t perform that action at this time.
0 commit comments