# Gatekeeper Policy Manager Helm Chart - v{{ version }}

{{ description }}

## Configuration options

The following table lists the configurable parameters of the Gatekeeper Policy Manager chart and their default values.

| Parameter | Description | Default |
| --------- | ----------- | ------- |
{% for (param, comment, default) in values -%}
| `{{ param }}` | {{comment}} | {{ default }} |
{% endfor -%}
