mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-12 12:11:14 +00:00
20 lines
401 B
YAML
20 lines
401 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: obsidian-livesync
|
|
namespace: obsidian-livesync
|
|
spec:
|
|
interval: 1m
|
|
chart:
|
|
spec:
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: couchdb
|
|
namespace: obsidian-livesync
|
|
chart: couchdb
|
|
version: "4.6.3"
|
|
interval: 1m
|
|
valuesFrom:
|
|
- kind: Secret
|
|
name: obsidian-livesync-values
|