Skip to content

Commit

Permalink
fix: fills the recyclarr secret
Browse files Browse the repository at this point in the history
  • Loading branch information
axeII committed Apr 1, 2024
1 parent 3e3118e commit 52f5fe9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions kubernetes/apps/media/recyclarr/app/externalsecret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: recyclarr
spec:
secretStoreRef:
kind: ClusterSecretStore
name: onepassword-connect
target:
name: recyclarr-secret
creationPolicy: Owner
template:
engineVersion: v2
data:
RADARR_API_KEY: "{{ .RADARR_API_KEY }}"
SONARR_API_KEY: "{{ .SONARR_API_KEY }}"
dataFrom:
- extract:
key: radarr
- extract:
key: sonarr

0 comments on commit 52f5fe9

Please sign in to comment.