File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,14 @@ yq eval '.bdba += ["europe-docker.pkg.dev/kyma-project/prod/template-operator:'"
4242cat module-config-for-e2e.yaml
4343modulectl create --config-file ./module-config-for-e2e.yaml --registry http://localhost:5111 --insecure
4444
45+ # Configure OCM to use insecure HTTP for local registry
46+ OCM_CONFIG=" $( dirname " $0 " ) /ocm-config-local-registry.yaml"
47+ REGISTRY_URL=" localhost:5111"
48+
49+ echo " [DEBUG] ComponentDescriptor in registry:"
50+ echo ocm --config " ${OCM_CONFIG} " get componentversion " http://${REGISTRY_URL} //kyma-project.io/module/template-operator:${RELEASE_VERSION} " -o yaml
51+ ocm --config " ${OCM_CONFIG} " get componentversion " http://${REGISTRY_URL} //kyma-project.io/module/template-operator:${RELEASE_VERSION} " -o yaml
52+
4553cat template.yaml
4654echo " ModuleTemplate created successfully"
4755
You can’t perform that action at this time.
0 commit comments