You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'message is a string detailing the encountered error
during snapshot creation if specified. NOTE: message may be
logged, and it should not contain sensitive information.'
This needs to be indented by at least 1 space otherwise each new line of the description should be treated as a new implicit key.
properties:
message:
description: 'message is a string detailing the encountered error during snapshot creation if specified. NOTE: message may be logged, and it should not contain sensitive information.'type: string
Would be valid for example
Environment:
LVM Driver version: N/A
Kubernetes version (use kubectl version): N/A
Kubernetes installer & version: N/A
Cloud provider or hardware configuration: N/A
OS (e.g. from /etc/os-release): N/A
The text was updated successfully, but these errors were encountered:
What steps did you take and what happened:
Synth yaml from cdk8s
See: cdk8s-team/cdk8s-core#1850
What did you expect to happen:
Synth to work
Anything else you would like to add:
This is due to invalid yaml in the helm chart and cdk8s using a spec ompliant yaml parser (https://github.com/eemeli/yaml).
Example can be seen here:
lvm-localpv/deploy/lvm-operator.yaml
Lines 787 to 789 in 9e0ac5b
This needs to be indented by at least 1 space otherwise each new line of the description should be treated as a new implicit key.
Would be valid for example
Environment:
kubectl version
): N/A/etc/os-release
): N/AThe text was updated successfully, but these errors were encountered: