mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 08:47:17 +02:00
feat: webhook
This commit is contained in:
20
kubernetes/apps/default/webhook/app/kustomization.yaml
Normal file
20
kubernetes/apps/default/webhook/app/kustomization.yaml
Normal 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
|
Reference in New Issue
Block a user