Added sonarr
All checks were successful
Check with kubeconform / lint (push) Successful in 10s

This commit is contained in:
Ultradesu
2025-04-23 16:24:27 +03:00
parent 207dee8976
commit 4305592ff9
3 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# resources:
# - app.yaml
# - external-secrets.yaml
helmCharts:
- name: sonarr
repo: https://charts.pree.dev
version: 1.10.2
releaseName: sonarr
namespace: sonarr-stack
valuesFile: sonarr-values.yaml
includeCRDs: true