Skip to content

Commit e32d22e

Browse files
committedFeb 18, 2025
update secret to envvar
1 parent d3bf8f3 commit e32d22e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎kubernetes/apps/production/arr/recyclarr/recyclarr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonarr:
22
series:
33
base_url: https://sonarr.local.mafyuh.dev
4-
api_key: !secret SONARR_API_KEY
4+
api_key: !env_var SONARR_API_KEY
55

66
delete_old_custom_formats: true
77
replace_existing_custom_formats: true
@@ -38,7 +38,7 @@ sonarr:
3838
radarr:
3939
radarr_main:
4040
base_url: https://radarr.local.mafyuh.dev
41-
api_key: !secret RADARR_API_KEY
41+
api_key: !env_var RADARR_API_KEY
4242

4343
# Custom Format Configuration
4444
delete_old_custom_formats: true

0 commit comments

Comments
 (0)
Please sign in to comment.