diff --git a/cli/samples/privileged_node_policy.json b/cli/samples/privileged_node_policy.json new file mode 100644 index 000000000..d306c7c94 --- /dev/null +++ b/cli/samples/privileged_node_policy.json @@ -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": [] +}