Skip to content

Commit

Permalink
fix spec for active_templates to allow it to be unset
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Jan 20, 2022
1 parent 554a43e commit a3a6cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/helmv2/templates/projectmapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ spec:
description: Context variables that can be used by templates. The values can also be templates
active_templates:
type: array
nullable: true
items:
type: string
description: Select the templates that should be active, includes all templates when nil, none when empty
Expand Down
1 change: 1 addition & 0 deletions helm/kubetruth/crds/projectmapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ spec:
description: Context variables that can be used by templates. The values can also be templates
active_templates:
type: array
nullable: true
items:
type: string
description: Selects the templates that should be active, includes all templates when nil, none when empty
Expand Down

0 comments on commit a3a6cab

Please sign in to comment.