Error(Using Helm Chart) Template version job hasn't completed

Hi Folks,

I'm new to Coder and ran into an error when trying to install the helm chart as per these instructions: https://coder.com/docs/coder-oss/latest/install/kubernetes

After installing the postgresql database, creating the k8s secret, & deploying the helm chart I'm presented with a loading screen that doesn't seem to end (see screenshot).

When I try to start a workspace from the WebUI it returns with the error message: "Template version job hasn't completed!"

Does someone know why the kubernetes template might be stuck?

Here's the helm values I'm passing into it:
---
coder:
  service:
    annotations:
      external-dns.alpha.kubernetes.io/hostname: coder.wsbidev.net.
  env:
    - name: CODER_PG_CONNECTION_URL
      valueFrom:
        secretKeyRef:
          name: coder-db-url
          key: url
    - name: CODER_ACCESS_URL
      value: "https://coder.wsbidev.net"
    - name: CODER_AUTO_IMPORT_TEMPLATES
      value: "kubernetes"
  resources:
    limits:
      memory: 128Mi
    requests:
      cpu: 100m
      memory: 128Mi
Install Coder with Kubernetes via Helm
Kubernetes - Coder OSS main docs
Was this page helpful?