Pages

Bài đăng phổ biến

Showing posts with label [spinnaker export pipeline template] TypeError: Cannot read property 'value' of undefined.. Show all posts
Showing posts with label [spinnaker export pipeline template] TypeError: Cannot read property 'value' of undefined.. Show all posts

Thursday, December 22, 2022

[spinnaker export pipeline template] TypeError: Cannot read property 'value' of undefined.

export pipeline template with error : 

TypeError: Cannot read property 'value' of undefined.

You can fixed it by run hal config as below : 

hal config features edit --pipeline-templates true
hal config features edit --managed-pipeline-templates-v2-ui true

then apply them by : 

hal deploy apply .

Done!