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

no profiles matched with the detected Application sync. skip this time #26

Open
l4mb0san opened this issue Jul 27, 2023 · 0 comments
Open

Comments

@l4mb0san
Copy link

Hi everyone, I have the following problem

This is my Application on ArgoCD:

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  generation: 456
  name: unstoppable
  namespace: argocd
spec:
  destination:
    namespace: default
    server: https://kubernetes.default.svc
  project: default
  source:
    path: .
    repoURL: [email protected]:myrepo/unstoppable.git
    targetRevision: HEAD
  syncPolicy:
    automated:
      prune: true
      selfHeal: true

When I commit to change manifests, i received pod logs of argocd-interlace as below:

time="2023-07-27T03:16:52Z" level=debug msg="update event for app `unstoppable`"
time="2023-07-27T03:16:52Z" level=info msg="no profiles matched with the detected Application sync. skip this time."
time="2023-07-27T03:16:52Z" level=debug msg="key from queue: Application:argocd/unstoppable"
time="2023-07-27T03:16:52Z" level=debug msg="Check if new events in queue 0"

After that, I ran this command to check ApplicationProvenance, but see nothing.

$ kubectl get appprov -n argocd-interlace
No resources found in argocd-interlace namespace.

What should I do next to be able to get the same result with https://github.com/argoproj-labs/argocd-interlace/blob/main/docs/example_scenario.md ?

Thanks for everyone's support.

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

No branches or pull requests

1 participant