File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -357,18 +357,26 @@ in the
357
357
358
358
### Configuration
359
359
360
- 1 . Create ` values.yaml ` and add it to a version control system.
361
- 1 . Determine the necessary environment variables.
362
360
1 . Identify the required Helm values for configuration.
361
+ 1 . Create ` values.yaml ` and add it to a version control system. _ Note:_ it is
362
+ highly recommended that you create a custom ` values.yaml ` as opposed to
363
+ copying the entire default values.
364
+ 1 . Determine the necessary environment variables.
363
365
364
366
### Template configuration
365
367
366
368
1 . Establish a dedicated user account for the _ Template Administrator_ .
367
369
1 . Maintain Coder templates using version control.
368
- 1 . Consider implementing a GitOps workflow to automatically push new template
369
- versions to Coder.
370
+ 1 . Consider implementing a GitOps workflow to automatically push new template.
371
+ For example, on Github, you can use the
372
+ [ Update Coder Template] ( https://github.com/marketplace/actions/update-coder-template )
373
+ action.
370
374
1 . Evaluate enabling automatic template updates upon workspace startup.
371
375
376
+ ### Deployment
377
+
378
+ 1 . Leverage automation tooling to automate deployment and upgrades of Coder.
379
+
372
380
### Observability
373
381
374
382
1 . Enable the Prometheus endpoint (environment variable:
You can’t perform that action at this time.
0 commit comments