Skip to content

Commit

Permalink
Update crds
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Apr 10, 2024
1 parent 4e06f98 commit ee6b5e5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/kube-ui-server/crds/ui.k8s.appscode.com_features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ spec:
description: Chart specifies the chart information that will be used
by the FluxCD to install the respective feature
properties:
createNamespace:
type: boolean
name:
description: Name specifies the name of the chart
type: string
Expand All @@ -69,6 +71,15 @@ spec:
required:
- name
type: object
valuesFiles:
description: Alternative list of values files to use as the chart
values (values.yaml is not included by default), expected to
be a relative path in the SourceRef. Values files are merged
in the order of this list with the last file overriding the
first. Ignored when omitted.
items:
type: string
type: array
version:
description: Version specifies the version of the chart.
type: string
Expand Down

0 comments on commit ee6b5e5

Please sign in to comment.