mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
19 lines
406 B
YAML
19 lines
406 B
YAML
# /infrastructure/base/cert-manager/release.yaml
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: cert-manager
|
|
namespace: cert-manager
|
|
spec:
|
|
interval: 12h
|
|
chart:
|
|
spec:
|
|
chart: cert-manager
|
|
version: "1.x"
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: cert-manager
|
|
namespace: cert-manager
|
|
interval: 12h
|
|
values:
|
|
installCRDs: true |