34 lines
954 B
YAML
34 lines
954 B
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: flux-webhooks
|
|
namespace: flux-system
|
|
labels:
|
|
substitution.flux.home.arpa/enabled: "true"
|
|
spec:
|
|
interval: 10m
|
|
path: ./kubernetes/apps/flux-system/add-ons/webhooks
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: homelab
|
|
wait: true
|
|
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: flux-monitoring
|
|
namespace: flux-system
|
|
labels:
|
|
substitution.flux.home.arpa/enabled: "true"
|
|
spec:
|
|
interval: 10m
|
|
path: ./kubernetes/apps/flux-system/add-ons/monitoring
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: homelab
|
|
wait: true
|