mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-03 09:09:01 +02:00
refactor: move cert-manager-webhook-ovh chart
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||||
|
kind: GitRepository
|
||||||
|
metadata:
|
||||||
|
name: cert-manager-webhook-ovh
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 1440m
|
||||||
|
url: https://github.com/baarde/cert-manager-webhook-ovh
|
||||||
|
ref:
|
||||||
|
branch: master
|
||||||
|
ignore: |
|
||||||
|
# exclude all
|
||||||
|
/*
|
||||||
|
# include charts directory
|
||||||
|
!/deploy/
|
@@ -3,6 +3,7 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
- banzaicloud-charts.yaml
|
- banzaicloud-charts.yaml
|
||||||
- bitnami-charts.yaml
|
- bitnami-charts.yaml
|
||||||
|
- cert-manager-webhook-ovh.yaml
|
||||||
- coredns-charts.yaml
|
- coredns-charts.yaml
|
||||||
- drone-charts.yaml
|
- drone-charts.yaml
|
||||||
- fairwinds-charts.yaml
|
- fairwinds-charts.yaml
|
||||||
|
@@ -1,20 +1,4 @@
|
|||||||
---
|
---
|
||||||
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|
||||||
kind: GitRepository
|
|
||||||
metadata:
|
|
||||||
name: cert-manager-webhook-ovh
|
|
||||||
namespace: flux-system
|
|
||||||
spec:
|
|
||||||
interval: 1440m
|
|
||||||
url: https://github.com/baarde/cert-manager-webhook-ovh
|
|
||||||
ref:
|
|
||||||
branch: master
|
|
||||||
ignore: |
|
|
||||||
# exclude all
|
|
||||||
/*
|
|
||||||
# include charts directory
|
|
||||||
!/deploy/
|
|
||||||
---
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: Role
|
kind: Role
|
||||||
metadata:
|
metadata:
|
||||||
|
Reference in New Issue
Block a user