feat: add cert manager

This commit is contained in:
2024-11-05 23:53:01 -05:00
parent f14a71e365
commit aa99447f5d
4 changed files with 53 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-cert-manager
namespace: flux-system
spec:
interval: 1h0m0s
path: ./infra/controllers/cert-manager
dependsOn:
- name: infra-namespaces
prune: true
retryInterval: 1m0s
sourceRef:
kind: GitRepository
name: flux-system
timeout: 5m0s
wait: true