Skip to content

Commit 0dc519a

Browse files
committed
fix(actual): typo in envs
1 parent be9e13d commit 0dc519a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kubernetes/apps/actual/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
pullPolicy: IfNotPresent
6161
env:
6262
ACTUAL_LOGIN_METHOD: openid
63-
ACTUAL_ALLOWED_LOGIN_METHODS: ["openid"]
63+
ACTUAL_ALLOWED_LOGIN_METHODS: '["openid"]'
6464
ACTUAL_OPENID_PROVIDER_NAME: Authentik
6565
ACTUAL_USER_CREATION_MODE: login
6666
ACTUAL_OPENID_DISCOVERY_URL: https://authentik.chkpwd.com/application/o/actual/

0 commit comments

Comments
 (0)