diff --git a/imghost/templates/deployment-oauth.yaml b/imghost/templates/deployment-oauth.yaml index 74e7fb7eeeda433277e13bddc6155b7d377c4f2d..5e86e0f0782471548b0473aa04e6c8a0f69cd528 100644 --- a/imghost/templates/deployment-oauth.yaml +++ b/imghost/templates/deployment-oauth.yaml @@ -55,7 +55,7 @@ spec: name: "{{ include "imghost-helm.fullname" . }}-oauth2" key: "cookie-secret" args: - - "--config=${local.proxy_config_path}" + - "--config=/proxy_config.yaml" - "--listen=0.0.0.0:4180" - "--enable-refresh-tokens=true" - "--discovery-url={{ .Values.oauth2.discoveryUrl }}"