2024-09-05 01:33:23 -05:00
|
|
|
---
|
2024-12-21 16:07:39 -06:00
|
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2.json
|
2024-09-05 01:33:23 -05:00
|
|
|
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
|