add cert-manager

This commit is contained in:
Bengt 2025-03-06 12:37:35 +01:00
parent 04eed6eecc
commit b075dbfed4

View File

@ -0,0 +1,26 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: cert-manager
namespace: flux-system
spec:
interval: 5m
url: oci://freecreditcr.azurecr.io/manifests/infra/cert-manager
provider: azure
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cert-manager
namespace: flux-system
spec:
sourceRef:
kind: OCIRepository
name: cert-manager
interval: 5m
retryInterval: 5m
path: ./
prune: true
wait: true
timeout: 5m