Skip to content

Commit 4a0606c

Browse files
fix oidc component
1 parent 41b859e commit 4a0606c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/miniflux/components/oidc/kustomization.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ patches:
99
- op: add
1010
path: /spec/template/spec/containers/0/envFrom/-
1111
value:
12-
secretMapRef:
12+
secretRef:
1313
name: miniflux-oidc
1414
configMapGenerator:
1515
- name: miniflux
1616
behavior: merge
1717
literals:
18-
- OAUTH2_USER_CREATION=0
1918
- OAUTH2_PROVIDER=oidc
20-
- OAUTH2_REDIRECT_URL=https://miniflux.svc.pt.soeren.cloud/oauth2/oidc/callback
21-
- OAUTH2_OIDC_DISCOVERY_ENDPOINT=https://keycloak.svc.pt.soeren.cloud/realms/myrealm

0 commit comments

Comments
 (0)