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
I see the flamingo app (and associated flux kustomization) in the Flamingo UI. The Flamingo UI app delete button seems to work fine, however my use case is that I want to delete an app via the Flamingo cli.
However, when trying to delete it via the Flamingo cli, I get an app not found error.
% flamingo get -N argocd -n flux-demo
NAMESPACE APP-NS APP FLUX-TYPE SOURCE-TYPE STATUS MESSAGE
flux-demo argocd flux-helloworld-kustomize-ks Kustomization OCIRepository Healthy Applied revision: latest@sha256:a6e862eb ...
% flamingo delete flux-helloworld-kustomize-ks -N argocd -n flux-demo
✗ applications.argoproj.io "flux-helloworld-kustomize-ks" not found
As I mention, deleting it from the UI works as expected, just the command line cli seemingly not working for the delete:
Is there something obvious I'm doing wrong here?
The text was updated successfully, but these errors were encountered:
Unsure if this is a bug or something I'm doing wrong. Any pointers appreciated.
I've installed Flamingo with the standard install command
I created an app using the Flamingo cli as follows:
I see the flamingo app (and associated flux kustomization) in the Flamingo UI. The Flamingo UI app delete button seems to work fine, however my use case is that I want to delete an app via the Flamingo cli.
However, when trying to delete it via the Flamingo cli, I get an app not found error.
As I mention, deleting it from the UI works as expected, just the command line cli seemingly not working for the delete:
Is there something obvious I'm doing wrong here?
The text was updated successfully, but these errors were encountered: