Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Nov 22, 2024
1 parent dd284b0 commit 384783e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/cryostat/templates/_reports_authproxy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- --tls-cert=/etc/tls/private/tls.crt
- --tls-key=/etc/tls/private/tls.key
- --proxy-prefix=/oauth2
- --bypass-auth-for=^/health?$
- --bypass-auth-for=^/health$
imagePullPolicy: {{ .Values.openshiftOauthProxy.image.pullPolicy }}
ports:
- containerPort: 4180
Expand Down Expand Up @@ -75,7 +75,7 @@
- name: OAUTH2_PROXY_HTPASSWD_FILE
value: /etc/oauth2_proxy/basicauth/htpasswd
- name: OAUTH2_PROXY_SKIP_AUTH_ROUTES
value: "^/health?$"
value: "^/health$"
- name: OAUTH2_PROXY_PROXY_WEBSOCKETS
value: "false"
ports:
Expand Down

0 comments on commit 384783e

Please sign in to comment.