Skip to content

Commit ef1806b

Browse files
committed
Cian's feedback
1 parent bbe1338 commit ef1806b

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docs/admin/architectures/index.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,18 +357,26 @@ in the
357357

358358
### Configuration
359359

360-
1. Create `values.yaml` and add it to a version control system.
361-
1. Determine the necessary environment variables.
362360
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.
363365

364366
### Template configuration
365367

366368
1. Establish a dedicated user account for the _Template Administrator_.
367369
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.
370374
1. Evaluate enabling automatic template updates upon workspace startup.
371375

376+
### Deployment
377+
378+
1. Leverage automation tooling to automate deployment and upgrades of Coder.
379+
372380
### Observability
373381

374382
1. Enable the Prometheus endpoint (environment variable:

0 commit comments

Comments
 (0)