Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
fix: fixing typo in the chart - missing -
Browse files Browse the repository at this point in the history
  • Loading branch information
karpikpl authored Feb 9, 2024
1 parent 8b3aff1 commit 9c522af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/easyauth-proxy/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
value: "{{ .Values.easyAuthForK8s.allowBearerToken }}"
- name: EasyAuthForK8s__DefaultRedirectAfterSignin
value: "{{ .Values.easyAuthForK8s.defaultRedirectAfterSignin }}"
name: EasyAuthForK8s__CompressCookieClaims
- name: EasyAuthForK8s__CompressCookieClaims
value: "{{ .Values.easyAuthForK8s.compressCookieClaims }}"
- name: EasyAuthForK8s__ResponseHeaderPrefix
value: "{{ .Values.easyAuthForK8s.responseHeaderPrefix }}"
Expand Down

0 comments on commit 9c522af

Please sign in to comment.