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

@@ -4,7 +4,6 @@ apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: &app homelab-music-transcode
namespace: default
spec:
interval: 30m
chart:
@@ -64,7 +63,7 @@ spec:
scripts:
type: configMap
name: music-transcode-configmap
defaultMode: 0775
defaultMode: 0775 # trunk-ignore(yamllint/octal-values)
globalMounts:
- path: /app/transcode.sh
subPath: transcode.sh
@@ -72,7 +71,7 @@ spec:
exclude:
type: configMap
name: music-transcode-configmap
defaultMode: 0775
defaultMode: 0644 # trunk-ignore(yamllint/octal-values)
globalMounts:
- path: /app/transcode_exclude.cfg
subPath: transcode_exclude.cfg