Skip to content

Commit

Permalink
feat: add more services
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Nov 30, 2024
1 parent 39f15a1 commit 010e2fa
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
DASHBRR_RADARR_API_KEY: "{{ .RADARR_API_KEY }}"
DASHBRR_SONARR_API_KEY: "{{ .SONARR_API_KEY }}"
DASHBRR_PROWLARR_API_KEY: "{{ .PROWLARR_API_KEY }}"
DASHBRR_OVERSEERR_API_KEY: "{{ .OVERSEERR_API_KEY }}"
DASHBRR_MAINTAINERR_API_KEY: "{{ .MAINTAINERR_API_KEY }}"
DASHBRR_PLEX_API_KEY: "{{ .PLEX_API_KEY }}"
# OIDC
OIDC_ISSUER: "https://sso.${SECRET_DOMAIN}/application/o/dashbrr/"
Expand All @@ -30,6 +32,10 @@ spec:
key: sonarr
- extract:
key: prowlarr
- extract:
key: overseerr
- extract:
key: maintainerr
- extract:
key: plex
- extract:
Expand Down

0 comments on commit 010e2fa

Please sign in to comment.