Skip to content

Commit

Permalink
valuesObject for coder
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Jul 17, 2024
1 parent c151885 commit 1c46f65
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion kubernetes/registry/helm/coder-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ spec:
repoURL: https://helm.coder.com/v2
targetRevision: 2.13.0
helm:
valueObject:
valuesObject:
coder:
# coder.env -- The environment variables to set for Coder.
env:
- name: CODER_ACCESS_URL
value: http://coder.pnfb.home
Expand All @@ -22,6 +23,12 @@ spec:
name: coder-db-url
key: url

# coder.volumeMounts -- A list of extra volume mounts to add to the Coder pod.
volumeMounts:
- name: coder-storage
mountPath: "/mnt/storage/coder"

# coder.ingress -- The Ingress object to expose for Coder.
ingress:
enabled: true
host: coder.pnfb.home
Expand Down

0 comments on commit 1c46f65

Please sign in to comment.