Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix organization #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

loftkun
Copy link

@loftkun loftkun commented Jul 31, 2021

Hi, I found an error while performing the steps in the following document.

I created an application by using the oc commands : oc create -f openshift-gitops-getting-started/argo/app.yaml ,
but it was not deployed with following error:

rpc error: code = Unknown desc = Unable to resolve 'main' to a commit SHA

The reason for the above error is that the repoURL points to the source of the fork
and the targetRevision points to a main branch that does not currently exist.

So I set the repoURL to be this repository, and confirmed it deployed successfully.
And I fixed the other yaml files like that.

@loftkun
Copy link
Author

loftkun commented Aug 2, 2021

@sbose78 @siamaksade
Hi, Could you please assign reviewer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant