Add traefik crds

This commit is contained in:
2024-12-24 14:46:46 +01:00
parent d4417d9e69
commit f167ca155b
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# /infrastructure/controllers/traefik/crds.yaml
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
name: traefik-crds
namespace: flux-system
spec:
interval: 30m
url: https://github.com/traefik/traefik-helm-chart.git
ref:
tag: v33.2.1
ignore: |
# exclude all
/*
# path to crds
!/traefik/crds/

View File

@@ -5,6 +5,7 @@ resources:
- namespace.yaml
- repository.yaml
- release.yaml
- crds.yaml
configMapGenerator:
- name: traefik-prod-values