Files
auricom-home-cluster/kubernetes/apps/kube-system/intel-device-plugin/app/helmrelease.yaml
2023-08-27 19:30:13 +02:00

33 lines
763 B
YAML

---
# 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: intel-device-plugin-operator
namespace: kube-system
spec:
interval: 30m
chart:
spec:
chart: intel-device-plugins-operator
version: 0.27.1
sourceRef:
kind: HelmRepository
name: intel
namespace: flux-system
maxHistory: 2
install:
crds: CreateReplace
remediation:
retries: 3
upgrade:
cleanupOnFail: true
crds: CreateReplace
remediation:
retries: 3
uninstall:
keepHistory: false
dependsOn:
- name: node-feature-discovery
namespace: kube-system