From d1cdc2a00d6a3b11533c4da564b7a809e9433db1 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 22 Jan 2024 21:14:11 -0500 Subject: [PATCH] removed args on auth2_proxy on deployment.yaml --- charts/cryostat/templates/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/cryostat/templates/deployment.yaml b/charts/cryostat/templates/deployment.yaml index acf23e4f..2cb3676d 100644 --- a/charts/cryostat/templates/deployment.yaml +++ b/charts/cryostat/templates/deployment.yaml @@ -169,8 +169,6 @@ spec: {{- toYaml .Values.authProxy.securityContext | nindent 12 }} image: "{{ .Values.authProxy.image.repository }}:{{ .Values.authProxy.image.tag }}" imagePullPolicy: {{ .Values.authProxy.image.pullPolicy }} - args: - - "--config=/etc/oauth2_proxy/oauth2_proxy.cfg" volumeMounts: - mountPath: /etc/oauth2_proxy name: {{ auth-proxy-config }}