Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 730 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 730 Bytes

Datree Automated aka Policy-fy

Working

Our CLI tool takes in a Kubernetes config file, parses it using our custom Generative Algorithm to produce Datree policy.yml file that can be published to test using Datree.

Features

  • Parsing YAML config properties upto 3 levels
  • Support for Resource Limits. Ex: maximum: 25
  • Supports enums, string and limit values

Dev setup

  • Pre-requisites: yarn package manager, nodejs
  • Run yarn install
  • Run yarn generate to create Datree policy for supplied kubernetes config file
    • Example: yarn generate -f sample4.yml

Links