mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 16:51:52 +02:00
feat: webhook
This commit is contained in:
@@ -13,7 +13,7 @@ spec:
|
||||
template:
|
||||
data:
|
||||
PROWLARR__AUTH__APIKEY: "{{ .PROWLARR__API_KEY }}"
|
||||
PUSHOVER_API_TOKEN: "{{ .PUSHOVER_API_TOKEN }}"
|
||||
PUSHOVER_API_TOKEN: "{{ .PROWLARR_PUSHOVER_TOKEN }}"
|
||||
PUSHOVER_USER_KEY: "{{ .PUSHOVER_USER_KEY }}"
|
||||
dataFrom:
|
||||
- extract:
|
||||
|
@@ -5,4 +5,3 @@ kind: Kustomization
|
||||
resources:
|
||||
- ./externalsecret.yaml
|
||||
- ./helmrelease.yaml
|
||||
- ../../../../components/gatus/guarded
|
||||
|
@@ -12,13 +12,17 @@ spec:
|
||||
app.kubernetes.io/name: *app
|
||||
dependsOn:
|
||||
- name: crunchy-postgres-operator-cluster
|
||||
namespace: flux-system
|
||||
- name: external-secrets-stores
|
||||
namespace: external-secrets
|
||||
components:
|
||||
- ../../../../components/gatus/guarded
|
||||
path: ./kubernetes/apps/default/prowlarr/app
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: home-ops-kubernetes
|
||||
namespace: flux-system
|
||||
wait: false
|
||||
interval: 30m
|
||||
retryInterval: 1m
|
||||
|
Reference in New Issue
Block a user