two secrets in one
This commit is contained in:
parent
1bc4e9fdf3
commit
c8b07d60c7
1 changed files with 12 additions and 2 deletions
|
@ -41,10 +41,20 @@ spec:
|
|||
RADARR__LOG__LEVEL: info
|
||||
RADARR__SERVER__PORT: &port 80
|
||||
RADARR__UPDATE__BRANCH: develop
|
||||
PUSHOVER_TOKEN:
|
||||
secretKeyRef:
|
||||
name: radarr-secret
|
||||
key: PUSHOVER_TOKEN
|
||||
PUSHOVER_USER_KEY:
|
||||
secretKeyRef:
|
||||
name: radarr-secret
|
||||
key: PUSHOVER_USER_KEY
|
||||
RADARR__AUTH__APIKEY:
|
||||
secretKeyRef:
|
||||
name: radarr-secret
|
||||
key: RADARR__AUTH__APIKEY
|
||||
TZ: America/Chicago
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: radarr-secret
|
||||
- secretRef:
|
||||
name: radarr-db-secret
|
||||
probes:
|
||||
|
|
Loading…
Reference in a new issue