Error when creating a New App #7993
-
I am trying to follow this demo for a research exercise: https://www.katacoda.com/vikas-poddar-slalom/scenarios/session-09-lab3-gitops-argocd. Unable to create application: application spec is invalid: InvalidSpecError: Unable to get app details: rpc error: code = Unknown desc = workloads: app path does not exist What am I missing? Do I need to manually create the path for the app to launch? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@Remmzz I suspect the path provided in the application does not exist. Please check if the path specified at |
Beta Was this translation helpful? Give feedback.
@Remmzz I suspect the path provided in the application does not exist. Please check if the path specified at
.spec.source.path
actually exists in your git repository.