Skip to content

docs: fix Helm TLS/ingress value keys in admin/setup - #28087

Draft
nickvigilante wants to merge 1 commit into
mainfrom
vigilante/docs-643-docs-fix-helm-tlsingress-value-keys-in-adminsetup
Draft

docs: fix Helm TLS/ingress value keys in admin/setup#28087
nickvigilante wants to merge 1 commit into
mainfrom
vigilante/docs-643-docs-fix-helm-tlsingress-value-keys-in-adminsetup

Conversation

@nickvigilante

Copy link
Copy Markdown
Contributor

What

Fix the Helm values in the TLS setup step of docs/admin/setup/index.md. The documented keys are silently ignored by the chart, so TLS appears configured but isn't.

Changes

  • coder.tls.secretName (singular) → coder.tls.secretNames (a list). The chart key is secretNames.
  • coder.ingress.secretName / coder.ingress.wildcardSecretName → nested under coder.ingress.tls.secretName / coder.ingress.tls.wildcardSecretName, where the chart actually reads them.
  • Added coder.ingress.tls.enable: true so the ingress-termination example actually enables TLS.

All keys verified against helm/coder/values.yaml on main (coder.tls.secretNames, coder.ingress.tls.{enable,secretName,wildcardSecretName}). Surfaced by the runtime drift sweep. The example now parses to the correct chart structure.

Linear: DOCS-643

This PR was created with AI assistance (Coder Agents).

The setup guide used chart keys Helm silently ignores: coder.tls.secretName (singular) should be coder.tls.secretNames (a list), and coder.ingress.secretName/wildcardSecretName belong under coder.ingress.tls.{secretName,wildcardSecretName}. Also set coder.ingress.tls.enable so the ingress TLS example actually terminates TLS. Keys verified against helm/coder/values.yaml. Fixes DOCS-643.

> This PR was created with AI assistance (Coder Agents).
@linear-code

linear-code Bot commented Aug 12, 2026

Copy link
Copy Markdown

DOCS-643

@github-actions

Copy link
Copy Markdown

Docs preview

Check off each page once it's been reviewed. If a page changes in a later push, its checkbox clears automatically so it gets a fresh look. Pages not yet wired into the docs navigation aren't listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant