Files
auricom-home-cluster/cluster/kube-system/intel-gpu-plugin.yaml
github-actions[bot] d446907513 Update HelmRelease annotations for Renovate [ci-skip] (#6)
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: auricom <auricom@users.noreply.github.com>
2020-12-06 18:39:40 +01:00

33 lines
852 B
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: intel-gpu-plugin
namespace: kube-system
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/
chart: intel-gpu-plugin
version: 1.0.0
sourceRef:
kind: HelmRepository
name: k8s-at-home-charts
namespace: flux-system
interval: 5m
values:
controllerType: deployment
image:
repository: intel/intel-gpu-plugin
tag: 0.19.0
pullPolicy: IfNotPresent
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: feature.node.kubernetes.io/custom-intel-gpu
operator: In
values:
- "true"