From 44d9f5ff4ed60e0c04f10870713d7dc81807523c Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Thu, 6 Feb 2025 08:56:08 -0500 Subject: [PATCH] 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> --- docs/install/kubernetes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index 7ca8670767..04e136f16b 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -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: