Files
homelab/k8s/apps/sonarr-stack/kustomization.yaml
Ultradesu 4305592ff9
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
Added sonarr
2025-04-23 16:24:31 +03:00

17 lines
315 B
YAML

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