Skip to content

Commit

Permalink
Fix 416: Make guacd image configurable (hobbyfarm#423)
Browse files Browse the repository at this point in the history
* Fix 416: Make guacd image configurable

* Fix wrong variabl
  • Loading branch information
jggoebel authored Jun 14, 2024
1 parent 635736e commit 9a21f96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hobbyfarm/templates/guacamole/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: guacd
image: guacamole/guacd
image: {{ $.Values.guac.guacd.image }}
---
apiVersion: apps/v1
kind: Deployment
Expand Down
3 changes: 3 additions & 0 deletions charts/hobbyfarm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ gargantua:
# Use guacamole to provision windows VMs (optional)
# guac:
# image: ***to be published***
# guacd:
# image: guacamole/guacd


shell:
replicas: 1
Expand Down

0 comments on commit 9a21f96

Please sign in to comment.