We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bf8f3 commit e32d22eCopy full SHA for e32d22e
kubernetes/apps/production/arr/recyclarr/recyclarr.yml
@@ -1,7 +1,7 @@
1
sonarr:
2
series:
3
base_url: https://sonarr.local.mafyuh.dev
4
- api_key: !secret SONARR_API_KEY
+ api_key: !env_var SONARR_API_KEY
5
6
delete_old_custom_formats: true
7
replace_existing_custom_formats: true
@@ -38,7 +38,7 @@ sonarr:
38
radarr:
39
radarr_main:
40
base_url: https://radarr.local.mafyuh.dev
41
- api_key: !secret RADARR_API_KEY
+ api_key: !env_var RADARR_API_KEY
42
43
# Custom Format Configuration
44
0 commit comments