mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-07-21 21:17:08 +00:00
22 lines
421 B
YAML
22 lines
421 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: stalwart
|
|
namespace: stalwart
|
|
annotations:
|
|
homeprod.io/essential: "true"
|
|
spec:
|
|
interval: 1m
|
|
chart:
|
|
spec:
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: stalwart-helm
|
|
namespace: stalwart
|
|
chart: stalwart
|
|
version: "0.7.5"
|
|
interval: 1m
|
|
valuesFrom:
|
|
- kind: Secret
|
|
name: stalwart-values
|