18 lines
470 B
YAML
18 lines
470 B
YAML
|
---
|
||
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta2.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
|