Skip to content

Commit

Permalink
allow non-string types as values of context in ProjectMapping
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Jun 22, 2021
1 parent c41609a commit 26b410c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helm/kubetruth/crds/projectmapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ spec:
description: Include the parameters from other projects into the selected ones. This can be recursive in a depth first fashion, so if A imports B and B imports C, then A will get B's and C's parameters. For key conflicts, if A includes B and B includes C, then the precendence is A overrides B overrides C. If A includes [B, C], then the precendence is A overrides C overrides B.
context:
type: object
additionalProperties:
type: string
additionalProperties: true
description: Context variables that can be used by templates. The values can also be templates
resource_templates:
type: object
Expand Down

0 comments on commit 26b410c

Please sign in to comment.