Skip to content

Commit

Permalink
Merge pull request nmstate#180 from bcrochet/sample
Browse files Browse the repository at this point in the history
Change example name to nmstate, and add nodeSelector
  • Loading branch information
openshift-merge-robot authored Dec 8, 2020
2 parents 55e113f + 63becd0 commit 9b0f673
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ metadata:
"apiVersion": "nmstate.io/v1beta1",
"kind": "NMState",
"metadata": {
"name": "openshift-nmstate"
"name": "nmstate"
},
"spec": {
"nodeSelector": ""
"nodeSelector": "beta.kubernetes.io/arch=amd64"
}
}]
capabilities: Basic Install
Expand Down

0 comments on commit 9b0f673

Please sign in to comment.