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 }}