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
{{ message }}
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
Applying config file for keptn-cdf-translator is failed with below error when executing poc.sh on a local server,
Installed all the prerequisite softwares and cloned the repositories,
<Server>:~/go/src/github.com/salaboy/keptn-cdf-translator$ ko apply -f config/
role.rbac.authorization.k8s.io/keptn-token-reader unchanged
serviceaccount/keptn-cdevents unchanged
rolebinding.rbac.authorization.k8s.io/keptn-cdevents-keptn-token-reader unchanged
Error: error processing import paths in "config/keptn-cdevents.yaml": error resolving image references: found strict reference but ko://github.com/salaboy/keptn-cdf-translator is not a valid import path: go/build: go list github.com/salaboy/keptn-cdf-translator: exit status 1
go: github.com/cdfoundation/sig-events/cde/sdk/go@v0.0.0-20210705175621-39a606459f2b: missing go.sum entry; to add it:
go mod download github.com/cdfoundation/sig-events/cde/sdk/go
go: github.com/cdfoundation/sig-events/cde/sdk/go@v0.0.0-20210705175621-39a606459f2b: missing go.sum entry; to add it:
go mod download github.com/cdfoundation/sig-events/cde/sdk/go
Applying config file for keptn-cdf-translator is failed with below error when executing poc.sh on a local server,
Installed all the prerequisite softwares and cloned the repositories,