2024-04-09 05:17:44 -05:00
|
|
|
---
|
|
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta2.json
|
2024-05-28 10:02:09 -05:00
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
2024-04-09 05:17:44 -05:00
|
|
|
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
|