Skip to content
#

gitops-framework

Here are 8 public repositories matching this topic...

Language: All
Filter by language
Kaitou786
Kaitou786 commented Feb 24, 2021

When we create a GitRepository object and the repo contains any branch with any capital letter, the controller will give an runtimeError while creating the GitBranch object. This happens because we use branch.Name as part of the metedata.name of object, which is not allowed in kubenetes. You get error like:

invalid: metadata.name: Invalid value: "some-repo-KOGITO-2020": a lowercase RFC

Improve this page

Add a description, image, and links to the gitops-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gitops-framework topic, visit your repo's landing page and select "manage topics."

Learn more