fix: add kustomization for cert-manager in cluster/production

This commit is contained in:
Patryk Hegenberg 2025-05-25 18:20:45 +02:00
parent ce39c6e67e
commit 209b1034fe
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ metadata:
namespace: flux-system
spec:
interval: 10m
path: ./infrastructure/cert-manager
path: ../../infrastructure/cert-manager
prune: true
sourceRef:
kind: GitRepository

View file

@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cert-manager.yaml
- ../../infrastructure
- ../../apps