mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
18 lines
465 B
YAML
18 lines
465 B
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2.json
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: userinit-controller
|
|
spec:
|
|
interval: 30m
|
|
chart:
|
|
spec:
|
|
chart: crunchy-userinit-controller
|
|
version: 0.0.4
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: crunchy-userinit
|
|
values:
|
|
fullnameOverride: crunchy-userinit-controller
|