23 lines
529 B
YAML
23 lines
529 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: intel-nfd
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "0"
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://github.com/intel/intel-device-plugins-for-kubernetes.git
|
|
path: deployments/nfd
|
|
targetRevision: v0.35.0
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: node-feature-discovery
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|