File tree Expand file tree Collapse file tree 3 files changed +36
-4
lines changed
clusters/talos-robbinsdale/apps
inteldeviceplugins-system Expand file tree Collapse file tree 3 files changed +36
-4
lines changed Original file line number Diff line number Diff line change 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
1515jobs :
1616 validate :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments