This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
valinor/kubernetes/apps/system/snapshot-controller/app/helmrelease.yaml

32 lines
732 B
YAML
Raw Normal View History

2023-11-28 00:20:47 -06:00
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta1.json
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: snapshot-controller
spec:
interval: 30m
chart:
spec:
chart: snapshot-controller
version: 2.0.3
sourceRef:
kind: HelmRepository
name: piraeus
namespace: flux-system
interval: 30m
install:
crds: CreateReplace
upgrade:
crds: CreateReplace
values:
controller:
serviceMonitor:
create: true
webhook:
enabled: true
tls:
certManagerIssuerRef:
name: snapshot-controller-webhook-ca
kind: Issuer