Wrap env with quotes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-11-10 13:30:24 -05:00
parent fdc2db1664
commit 0eb19751e3

View File

@ -18,9 +18,9 @@ spec:
image: linuxserver/freshrss
env:
- name: OIDC_ENABLED
value: TRUE
value: "TRUE"
- name: OIDC_REMOTE_USER_CLAIM
value: preferred_username
value: "preferred_username"
- name: OIDC_SCOPES
value: "openid profile"
- name: OIDC_X_FORWARDED_HEADERS