Commit e759325 konstraint-bot
committed
1 parent 84ed6ae commit e759325 Copy full SHA for e759325
File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,14 @@ Create constraints with the Gatekeeper enforcement action set to dryrun
22
22
### Options
23
23
24
24
```
25
- --constraint-template-version string Set the version of ConstraintTemplates (default "v1beta1")
26
- -d, --dryrun Sets the enforcement action of the constraints to dryrun, overriding the @enforcement tag
27
- -h, --help help for create
28
- -o, --output string Specify an output directory for the Gatekeeper resources
29
- --partial-constraints Generate partial Constraints for policies with parameters
30
- --skip-constraints Skip generation of constraints
25
+ --constraint-custom-template-file string Path to a custom template file to generate constraints
26
+ --constraint-template-custom-template-file string Path to a custom template file to generate constraint templates
27
+ --constraint-template-version string Set the version of ConstraintTemplates (default "v1beta1")
28
+ -d, --dryrun Sets the enforcement action of the constraints to dryrun, overriding the @enforcement tag
29
+ -h, --help help for create
30
+ -o, --output string Specify an output directory for the Gatekeeper resources
31
+ --partial-constraints Generate partial Constraints for policies with parameters
32
+ --skip-constraints Skip generation of constraints
31
33
```
32
34
33
35
### SEE ALSO
You can’t perform that action at this time.
0 commit comments