We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b859e commit 4a0606cCopy full SHA for 4a0606c
apps/miniflux/components/oidc/kustomization.yaml
@@ -9,13 +9,10 @@ patches:
9
- op: add
10
path: /spec/template/spec/containers/0/envFrom/-
11
value:
12
- secretMapRef:
+ secretRef:
13
name: miniflux-oidc
14
configMapGenerator:
15
- name: miniflux
16
behavior: merge
17
literals:
18
- - OAUTH2_USER_CREATION=0
19
- 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