values vs env

This commit is contained in:
Joseph Hanson 2024-07-25 18:33:27 -05:00
parent 37ade9aee3
commit 9c19906721
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -23,9 +23,6 @@ spec:
retries: 3
strategy: rollback
interval: 30m
valuesFrom:
- kind: Secret
name: jellyseerr-secret
values:
controllers:
jellyseerr:
@ -33,6 +30,9 @@ spec:
reloader.stakater.com/auto: "true"
containers:
app:
envFrom:
- secretRef:
name: jellyseerr-secret
env:
NODE_ENV: production
image: