Skip to content

jsPolicy sample that applies policies that run at pod level

Notifications You must be signed in to change notification settings

semmet95/jspolicy-sample

Repository files navigation


Latest Release License: Apache-2.0

Install Dev Tools

npm install

Compile Policies

npm run compile

Compile + Watch Mode

npm run watch

Compile + Watch Mode + kubectl apply

npm run watch-apply

Run Jest Tests

npm run test