feat: webhook

This commit is contained in:
auricom
2025-04-16 09:36:06 +02:00
parent 7372e1cb94
commit e14d7c3bb4
134 changed files with 951 additions and 264 deletions

View File

@@ -0,0 +1,20 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./externalsecret.yaml
- ./helmrelease.yaml
configMapGenerator:
- name: webhook-configmap
files:
- hooks.yaml=./resources/hooks.yaml
- jellyseerr-pushover.sh=./resources/jellyseerr-pushover.sh
- radarr-pushover.sh=./resources/radarr-pushover.sh
- sonarr-pushover.sh=./resources/sonarr-pushover.sh
- sonarr-refresh-series.sh=./resources/sonarr-refresh-series.sh
- sonarr-tag-codecs.sh=./resources/sonarr-tag-codecs.sh
generatorOptions:
disableNameSuffixHash: true
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled