fix secret

This commit is contained in:
2024-11-24 00:21:46 -06:00
parent fe2f8b8f3f
commit 5e4bce16ff

View File

@@ -24,17 +24,17 @@ jellyplist:
- name: JELLYFIN_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
name: jellystat-secret
name: jellyplist-secret
key: jellyfin-admin-password
- name: SPOTIFY_CLIENT_ID
valueFrom:
secretKeyRef:
name: jellystat-secret
name: jellyplist-secret
key: spotify-client-id
- name: SPOTIFY_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: jellystat-secret
name: jellyplist-secret
key: spotify-client-secret
- name: REDIS_URL
value: redis://valkey.jellyplist:6379/0
@@ -86,17 +86,17 @@ jellyplist:
- name: JELLYFIN_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
name: jellystat-secret
name: jellyplist-secret
key: jellyfin-admin-password
- name: SPOTIFY_CLIENT_ID
valueFrom:
secretKeyRef:
name: jellystat-secret
name: jellyplist-secret
key: spotify-client-id
- name: SPOTIFY_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: jellystat-secret
name: jellyplist-secret
key: spotify-client-secret
- name: REDIS_URL
value: redis://valkey.jellyplist:6379/0
@@ -148,17 +148,17 @@ jellyplist:
- name: JELLYFIN_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
name: jellystat-secret
name: jellyplist-secret
key: jellyfin-admin-password
- name: SPOTIFY_CLIENT_ID
valueFrom:
secretKeyRef:
name: jellystat-secret
name: jellyplist-secret
key: spotify-client-id
- name: SPOTIFY_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: jellystat-secret
name: jellyplist-secret
key: spotify-client-secret
- name: REDIS_URL
value: redis://valkey.jellyplist:6379/0