billowy-fountain-4898
07/15/2024, 3:24 PMcrd2pulumi
and it error out like on https://github.com/pulumi/crd2pulumi/pull/136 . Should I file another issue? Its a 5000 line CRD from https://github.com/element-hq/ess-starter-edition-core
panic: fatal: error An assertion has failed: could not parse Pulumi package. source error: could not import spec: <nil>: #/types/kubernetes:matrix.element.io%2Fv1alpha1:ElementDeploymentSpecComponentsSynapseConfigMedia/properties/volume/default: type pulumi:pulumi:Any cannot have a constant value; only booleans, integers, numbers and strings may have constant values; , and 3 other diagnostic(s)
billowy-fountain-4898
07/15/2024, 3:41 PMpulumi:pulumi:Any
billowy-fountain-4898
07/15/2024, 3:43 PMhallowed-photographer-31251
07/15/2024, 4:37 PMbillowy-fountain-4898
07/15/2024, 4:58 PMbillowy-fountain-4898
07/15/2024, 4:59 PMpulumi:plulumi:Any
isn't what these values are. They are defaultshallowed-photographer-31251
07/15/2024, 5:03 PMbillowy-fountain-4898
07/15/2024, 5:05 PMbillowy-fountain-4898
07/15/2024, 5:16 PMproperties:
volume:
default:
name: media
size: 2048
description: The volume holding media
oneOf:
- not:
required:
- name
required:
- size
- required:
- name
- size
properties:
name:
description: The volume name to use to store the
media
type: string
size:
anyOf:
- type: integer
- type: string
description: The volume size to use to store the
media
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[MGTPE])?$
x-kubernetes-int-or-string: true
type: object
type: object
billowy-fountain-4898
07/15/2024, 5:18 PMhallowed-photographer-31251
07/15/2024, 7:05 PMhallowed-photographer-31251
07/15/2024, 7:06 PMbillowy-fountain-4898
07/15/2024, 9:05 PM