feat: homelab-github-notifier

This commit is contained in:
auricom
2025-01-20 01:26:30 +01:00
parent fd1febeeb9
commit 0f7d1315c1
9 changed files with 344 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./externalsecret.yaml
- ./helmrelease.yaml
configMapGenerator:
- name: homelab-github-notifier-configmap
files:
- ./config/config.yaml
- ./scripts/github-notifier.py
generatorOptions:
disableNameSuffixHash: true
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled