mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-06-27 19:52:40 +00:00
e9ab217466
Add cert-manager with DNS-01 challenge support: - Cloudflare (vhaudiquet.fr, buildpath.win)
20 lines
393 B
YAML
20 lines
393 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: cert-manager
|
|
namespace: cert-manager
|
|
spec:
|
|
interval: 1m
|
|
chart:
|
|
spec:
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: cert-manager
|
|
namespace: cert-manager
|
|
chart: cert-manager
|
|
version: "v1.20.2"
|
|
interval: 1m
|
|
valuesFrom:
|
|
- kind: Secret
|
|
name: cert-manager-values
|