Skip to content

Commit

Permalink
Merge pull request #273 from marquiz/devel/template-fixes
Browse files Browse the repository at this point in the history
Add nfd namespace to the daemonset-combined deployment template
  • Loading branch information
k8s-ci-robot authored Nov 21, 2019
2 parents dcc67c5 + 611916f commit 1902b77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nfd-daemonset-combined.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# same pod.
#
apiVersion: v1
kind: Namespace
metadata:
name: node-feature-discovery # NFD namespace
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: nfd-master
Expand Down

0 comments on commit 1902b77

Please sign in to comment.