Add HelmRelease and HelmRepository configurations for Intel GPU operator
This commit is contained in:
23
clusters/default/helm/intel-gpu/intel-device-operator.yml
Normal file
23
clusters/default/helm/intel-gpu/intel-device-operator.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: device-plugin-operator
|
||||
namespace: gpu-operator
|
||||
spec:
|
||||
interval: 24h
|
||||
chart:
|
||||
spec:
|
||||
chart: intel-device-plugins-operator
|
||||
version: "0.34.0"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: intel
|
||||
namespace: flux-system
|
||||
interval: 24h
|
||||
install:
|
||||
remediation:
|
||||
retries: 3
|
||||
upgrade:
|
||||
remediation:
|
||||
retries: 3
|
||||
Reference in New Issue
Block a user