diff --git a/cluster/apps/utility/guacamole/helm-release.yaml b/cluster/apps/utility/guacamole/helm-release.yaml index 8a81022..69cc437 100644 --- a/cluster/apps/utility/guacamole/helm-release.yaml +++ b/cluster/apps/utility/guacamole/helm-release.yaml @@ -20,11 +20,11 @@ spec: tag: 1.5.0-alpine env: - EXTENSIONS=auth-openid - OPENID_AUTHORIZATION_ENDPOINT=https://auth.${SECRET_NEW_DOMAIN}/application/o/authorize/ - OPENID_ISSUER=https://auth.${SECRET_NEW_DOMAIN}/application/o/apache-guacamole/ - OPENID_JWKS_ENDPOINT=https://auth.${SECRET_NEW_DOMAIN}/application/o/apache-guacamole/jwks/ - OPENID_REDIRECT_URI=https://remote.${SECRET_NEW_DOMAIN}/ + EXTENSIONS: "auth-openid" + OPENID_AUTHORIZATION_ENDPOINT: "https://auth.${SECRET_NEW_DOMAIN}/application/o/authorize/" + OPENID_ISSUER: "https://auth.${SECRET_NEW_DOMAIN}/application/o/apache-guacamole/" + OPENID_JWKS_ENDPOINT: "https://auth.${SECRET_NEW_DOMAIN}/application/o/apache-guacamole/jwks/" + OPENID_REDIRECT_URI: "https://remote.${SECRET_NEW_DOMAIN}/" envFrom: - secretRef: