Skip to content

Commit a09fc99

Browse files
committed
Add informGatekeeperPolicies to reference YAML
Signed-off-by: Dale Haiducek <[email protected]>
1 parent 2efb5fc commit a09fc99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/policygenerator-reference.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ policyDefaults:
4747
# deleted. Pruning only takes place if the remediation action of the policy has been set to "enforce". Example values
4848
# are "DeleteIfCreated", "DeleteAll", or "None". This defaults to unset, which is equivalent to "None".
4949
pruneObjectBehavior: "None"
50+
# Optional. When the policy references a Gatekeeper policy manifest, this determines if an additional
51+
# configuration policy should be generated in order to receive policy violations in Open Cluster
52+
# Management when the Gatekeeper policy has been violated. This defaults to true.
53+
informGatekeeperPolicies: true
5054
# Optional. When the policy references a Kyverno policy manifest, this determines if an additional
5155
# configuration policy should be generated in order to receive policy violations in Open Cluster
5256
# Management when the Kyverno policy has been violated. This defaults to true.
@@ -182,6 +186,8 @@ policies:
182186
evaluationInterval: {}
183187
# Optional. (See policyDefaults.pruneObjectBehavior for description.)
184188
pruneObjectBehavior: ""
189+
# Optional. (See policyDefaults.informGatekeeperPolicies for description.)
190+
informGatekeeperPolicies: true
185191
# Optional. (See policyDefaults.informKyvernoPolicies for description.)
186192
informKyvernoPolicies: true
187193
# Optional. (See policyDefaults.consolidateManifests for description.)

0 commit comments

Comments
 (0)