From 69363fc3381a51e1a0794a6218cc962cffeb3251 Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Sat, 14 May 2022 11:41:42 +0200 Subject: [PATCH] fix: correct typos in imghost chart --- imghost/templates/deployment-oauth.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imghost/templates/deployment-oauth.yaml b/imghost/templates/deployment-oauth.yaml index 74e7fb7..5e86e0f 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 }}" -- GitLab