mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
17 lines
325 B
YAML
17 lines
325 B
YAML
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: cert-manager-webhook-ovh
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 12h
|
|
url: https://github.com/baarde/cert-manager-webhook-ovh
|
|
ref:
|
|
branch: master
|
|
ignore: |
|
|
# exclude all
|
|
/*
|
|
# include charts directory
|
|
!/deploy/
|