Fixed index into secret keys
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0eb19751e3
commit
07c9a41533
@ -29,22 +29,22 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: freshrss-oidc-config
|
name: freshrss-oidc-config
|
||||||
key: metadata-url
|
key: OIDC_PROVIDER_METADATA_URL
|
||||||
- name: OIDC_CLIENT_ID
|
- name: OIDC_CLIENT_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: freshrss-oidc-config
|
name: freshrss-oidc-config
|
||||||
key: client-id
|
key: OIDC_CLIENT_ID
|
||||||
- name: OIDC_CLIENT_SECRET
|
- name: OIDC_CLIENT_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: freshrss-oidc-config
|
name: freshrss-oidc-config
|
||||||
key: client-secret
|
key: OIDC_CLIENT_SECRET
|
||||||
- name: OIDC_CLIENT_CRYPTO_KEY
|
- name: OIDC_CLIENT_CRYPTO_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: freshrss-oidc-config
|
name: freshrss-oidc-config
|
||||||
key: crypto-key
|
key: OIDC_CLIENT_CRYPTO_KEY
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
Loading…
Reference in New Issue
Block a user