Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix!: remove AUTO_IMPORT_TEMPLATE
  • Loading branch information
bpmct committed Dec 13, 2022
commit 1a3f9278b4954996758c380233a99ff89d88eec9
6 changes: 0 additions & 6 deletions docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@ to log in and manage templates.
- name: CODER_ACCESS_URL
value: "https://coder.example.com"

# This env variable controls whether or not to auto-import the
# "kubernetes" template on first startup. This will not work unless
# coder.serviceAccount.workspacePerms is true.
- name: CODER_AUTO_IMPORT_TEMPLATES
value: "kubernetes"

#tls:
# secretNames:
# - my-tls-secret-name
Expand Down
6 changes: 0 additions & 6 deletions helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ coder:
name: coder-db-url
key: url

# This env variable controls whether or not to auto-import the "kubernetes"
# template on first startup. This will not work unless
# coder.serviceAccount.workspacePerms is true.
- name: CODER_AUTO_IMPORT_TEMPLATES
value: "kubernetes"

# This env enables the Prometheus metrics endpoint.
- name: CODER_PROMETHEUS_ADDRESS
value: "0.0.0.0:2112"
Expand Down