add cert-manager
This commit is contained in:
parent
04eed6eecc
commit
b075dbfed4
26
clusters/kzeros/cert-manager.yaml
Normal file
26
clusters/kzeros/cert-manager.yaml
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user