feat: migrate node-feature-discovery and inteldeviceplugins-system to platform project (#48)
- Add node-feature-discovery and inteldeviceplugins-system to platform project - Convert intel-nfd-rules from local Helm chart to static NodeFeatureRule manifests - Add required Helm repositories (NFD OCI registry and Intel charts) - Create base configurations with Helm charts and overlay structures - Update platform ApplicationSet and project permissions Reviewed-on: #48
This commit was merged in pull request #48.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- intel-nodefeaturerules.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: node-feature-discovery
|
||||
repo: oci://gcr.io/k8s-staging-nfd/charts
|
||||
version: "0.0.0-master"
|
||||
releaseName: node-feature-discovery
|
||||
namespace: node-feature-discovery
|
||||
Reference in New Issue
Block a user