Skip to content

Commit

Permalink
removed args on auth2_proxy on deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Jan 24, 2024
1 parent 2ec7882 commit d1cdc2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charts/cryostat/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d1cdc2a

Please sign in to comment.