♻️ intel-device-plugin

This commit is contained in:
auricom
2023-08-27 19:26:06 +02:00
parent a4c46ba5fa
commit 6a063c062e
11 changed files with 116 additions and 118 deletions

View File

@@ -0,0 +1,32 @@
---
# 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