Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xchapter7x authored Oct 21, 2019
1 parent c5073a1 commit d3f40b3
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,27 +96,3 @@ your policy failed
## Future Suite Functionality
hcunit will traverse the `test` directory and for each _test.yml & _test.rego pair will use the `.yml` file as a values input for rendering and run the corresponding rego policy against the rendered templates. the input object made available in the rego policy will be a hashmap with keys using the paths of the rendered templates and the values file. The corresponding value in the hashmap being the object representation of the files.
## Chart Dir Convention
```
chart
│ README.md
└───templates
│ │ NOTES.txt
│ │ _helpers.tpl
│ │ web-deployment.yaml
│ │ web-ingress.yaml
└───test
│ values_invalid_test.yml
│ values_invalid_test.rego
│ values_valid_test.yml
│ values_valid_test.rego
│ values_scenariob_test.yml
│ values_scenariob_test.rego
```

0 comments on commit d3f40b3

Please sign in to comment.