can you please be a little more specific as to the problem you are facing? do you have error messages? what specifically are you trying to accomplish?
f
full-keyboard-29604
06/23/2023, 4:27 AM
Sure. I'm pointing to a private github repo and a path. In that path I have tried using different variants of configurations, but RF-CD is not picking anything up and fails to discover config files. (I'm testing different config examples from /rancher/fleet-examples)
"no resource found at the following paths to deploy: [/some]"
b
bulky-sunset-52084
06/23/2023, 5:37 AM
What are you trying to deploy? Do you have a helm charts in that repo? Do you have a fleet.yaml in the repo? If so, could you share it? Since it's a private repo how are you authenticating? The error seems to indicate that there were no kubernetes resource manifests at the location specified.
f
full-keyboard-29604
06/23/2023, 5:48 AM
Thank you @bulky-sunset-52084, this is solved now.
My mistake was thinking that this could be included in the code-repos.
As soon as I moved it to a specific ops/devops repo it worked.