11# Apache Guacamole Helm Chart
22
3- ![ Version: 0.1.4 ] ( https://img.shields.io/badge/Version-0.1.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.5.5] ( https://img.shields.io/badge/AppVersion-1.5.5-informational?style=flat-square )
3+ ![ Version: 0.1.5 ] ( https://img.shields.io/badge/Version-0.1.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.5.5] ( https://img.shields.io/badge/AppVersion-1.5.5-informational?style=flat-square )
44
55A Helm chart for deploying Apache Guacamole, a clientless remote desktop gateway that supports standard protocols like VNC, RDP and SSH.
66
@@ -73,7 +73,7 @@ helm install my-guacamole guacamole/guacamole --namespace guacamole --create-nam
7373 enabled : true
7474 hostname : " your-postgres-host"
7575 database : " guacamole"
76- user : " guacamole_user"
76+ username : " guacamole_user"
7777 password : " your-secure-password"
7878 ` ` `
7979
@@ -98,7 +98,7 @@ helm install my-guacamole guacamole/guacamole --namespace guacamole --create-nam
9898 enabled : true
9999 hostname : " your-mysql-host"
100100 database : " guacamole"
101- user : " guacamole_user"
101+ username : " guacamole_user"
102102 password : " your-secure-password"
103103 ` ` `
104104
@@ -249,7 +249,7 @@ client:
249249 enabled: true
250250 hostname: "postgres.default.svc.cluster.local"
251251 database: "guacamole"
252- user : "guacamole"
252+ username : "guacamole"
253253 password: "secure-password"
254254
255255 resources:
@@ -298,7 +298,7 @@ client:
298298 enabled: true
299299 hostname: "postgres.database.svc.cluster.local"
300300 database: "guacamole"
301- user : "guacamole"
301+ username : "guacamole"
302302 password: "production-password"
303303
304304 api:
@@ -380,7 +380,7 @@ client:
380380 enabled: true
381381 hostname: "postgres.default.svc.cluster.local"
382382 database: "guacamole"
383- user : "guacamole"
383+ username : "guacamole"
384384 password: "db-password"
385385
386386 ldap:
0 commit comments