Fixed index into secret keys
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler Perkins 2023-11-10 13:33:35 -05:00
parent 0eb19751e3
commit 07c9a41533
1 changed files with 4 additions and 4 deletions

View File

@ -29,22 +29,22 @@ spec:
valueFrom:
secretKeyRef:
name: freshrss-oidc-config
key: metadata-url
key: OIDC_PROVIDER_METADATA_URL
- name: OIDC_CLIENT_ID
valueFrom:
secretKeyRef:
name: freshrss-oidc-config
key: client-id
key: OIDC_CLIENT_ID
- name: OIDC_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: freshrss-oidc-config
key: client-secret
key: OIDC_CLIENT_SECRET
- name: OIDC_CLIENT_CRYPTO_KEY
valueFrom:
secretKeyRef:
name: freshrss-oidc-config
key: crypto-key
key: OIDC_CLIENT_CRYPTO_KEY
ports:
- containerPort: 80
volumeMounts: