Skip to content

Commit bb8ae5c

Browse files
committed
add intel gpu operator
1 parent f4fb30a commit bb8ae5c

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed

.github/workflows/kustomize-check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
pull_request:
55
branches:
66
- '**'
7-
paths:
8-
- 'clusters/talos-robbinsdale/apps/**'
7+
# paths:
8+
# - 'clusters/talos-robbinsdale/apps/**'
99
push:
1010
branches:
1111
- '**'
12-
paths:
13-
- 'clusters/talos-robbinsdale/apps/**'
12+
# paths:
13+
# - 'clusters/talos-robbinsdale/apps/**'
1414

1515
jobs:
1616
validate:
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: inteldeviceplugins-system
5+
namespace: argocd
6+
spec:
7+
destination:
8+
server: https://kubernetes.default.svc
9+
namespace: inteldeviceplugins-system
10+
project: default
11+
source:
12+
path: clusters/talos-robbinsdale/apps/inteldeviceplugins-system
13+
repoURL: https://github.com/rajsinghtech/kubernetes-manifests
14+
targetRevision: HEAD
15+
syncPolicy:
16+
automated:
17+
prune: true
18+
selfHeal: false
19+
syncOptions:
20+
- CreateNamespace=true
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
kind: Kustomization
2+
resources:
3+
- https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.17.1
4+
5+
helmCharts:
6+
- name: intel-device-plugins-operator
7+
repo: https://intel.github.io/helm-charts/
8+
version: 0.31.1
9+
namespace: inteldeviceplugins-system
10+
releaseName: intel-device-plugins-operator
11+
includeCRDs: true
12+
valuesFile: values.yaml

0 commit comments

Comments
 (0)