mirror of
https://github.com/coder/coder.git
synced 2026-09-21 12:44:32 +08:00
docs: comment out optional lines in values.yaml (#16457)
@michaelvp411 pointed out that some optional lines in `values.yaml` could lead to errors if the user doesn't opt to use them. This PR comments out those lines so that they're opt-in [preview](https://coder.com/docs/@k8s-values-comment-opt/install/kubernetes) (once cache catches up) Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
This commit is contained in:
co-authored by
EdwardAngert
parent
9da9c2fc92
commit
44d9f5ff4e
@@ -104,8 +104,8 @@ coder:
|
||||
|
||||
# (Optional) For production deployments the access URL should be set.
|
||||
# If you're just trying Coder, access the dashboard via the service IP.
|
||||
- name: CODER_ACCESS_URL
|
||||
value: "https://coder.example.com"
|
||||
# - name: CODER_ACCESS_URL
|
||||
# value: "https://coder.example.com"
|
||||
|
||||
#tls:
|
||||
# secretNames:
|
||||
|
||||
Reference in New Issue
Block a user