Skip to content

Commit

Permalink
docs(tutorial): add note about custom policies with Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Apr 27, 2022
1 parent 6f2ee09 commit d7f03df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/tutorials/writing-custom-configuration-audit-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,17 @@ data:
}
```
When using the Helm chart, this can be accomplished as follows:
```yaml
additionalPolicies:
policy:
recommended_labels:
kinds: "*"
rego: |-
...
```
In this example, to add a new policy, you must define two data entries in the `starboard-policies-config`
ConfigMap:

Expand Down

0 comments on commit d7f03df

Please sign in to comment.