Skip to content
Snippets Groups Projects
Verified Commit c5d9bf81 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(jellyfin): Fix secret reference

parent ef78707b
No related branches found
Tags ghost-0.37.2
No related merge requests found
...@@ -19,9 +19,10 @@ ...@@ -19,9 +19,10 @@
env: env:
- name: JELLYFIN_KEY - name: JELLYFIN_KEY
valueFrom: valueFrom:
secretRef: secretKeyRef:
name: jellyfin-pdb-mgr name: jellyfin-pdb-mgr
key: token key: token
optional: false
image: quay.io/shivering-isles/koolbox:0.5.1 image: quay.io/shivering-isles/koolbox:0.5.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: jellyfin-pdb-mgr name: jellyfin-pdb-mgr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment