Skip to content

Commit

Permalink
Merge pull request #2828 from dabooz/sampnp
Browse files Browse the repository at this point in the history
Issue 2827 - sample for priv mode node policy
  • Loading branch information
linggao authored Sep 5, 2021
2 parents 9674b15 + 311ef7f commit b519098
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cli/samples/privileged_node_policy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
Sample node policy that illustrates how to enable privileged execution mode containers to be deployed onto a node.
*/

{
"properties": [
{
"name": "openhorizon.allowPrivileged",
"value": true
}
],
"constraints": []
}

0 comments on commit b519098

Please sign in to comment.