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
Storage key in the template is object, while Jenkins X v3 requires it to be an array. When jx-requirement.yml file generated by the template while storage is enabled, following jx-requirement.yml file is rendered
Error: failed to load requirements in dir .: failed to unmarshal YAML file /home/robert/src/stjude/jx3-config/jx-requirements.yml due to error unmarshaling JSON: while decoding JSON: json: cannot unmarshal object into Go struct field RequirementsConfig.spec.storage of type []v4beta1.StorageConfig
Steps to reproduce the behavior
Build jenkins x v3 with storage enabled
Expected behavior
jx-requirement.yml suppose to be in the following format:
Summary
Storage key in the template is object, while Jenkins X v3 requires it to be an array. When jx-requirement.yml file generated by the template while storage is enabled, following jx-requirement.yml file is rendered
Jenkins X throws following error:
Steps to reproduce the behavior
Build jenkins x v3 with storage enabled
Expected behavior
jx-requirement.yml suppose to be in the following format:
as per https://github.com/jenkins-x/jx3-eagle/blob/master/jx-requirements.yml
Actual behavior
Terraform version
n/a
The output of
terraform version
is:n/a
Module version
n/a
Operating system
n/a
The text was updated successfully, but these errors were encountered: