-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Secret data keeps disappearing and reappearing per 10 seconds in argo #494
Comments
If possible, check audit log of kubernetes for who is invoke the delete of the secret. |
It's ![]() Would it be because I mounted the secret in
|
How you install helm-secrets on ArgoCD? |
I installed based on https://github.com/jkroepke/helm-secrets/wiki/ArgoCD-Integration, using custom docker image
|
The Dockerfile seems incomplete. At least all env variables are not defined, only. PATH |
Oh apologies, the env for argocd-repo-server is as:
|
Does this command works on argocd-repo server?
if not, please re-run this with --debug:
|
|
uhm, it looks like a old helm version. I tested the command locally, and at least they dont produce a helm error. not sure what the helm version is. |
It's 3.15.2
|
Could you please run this one?
|
Could you advise some good versions for the tools? Currently I am using this combination:
I will test whether it could be fixed. Thanks! @jkroepke |
Current Behavior
Argo keeps to sync the app with the secret per 10 seconds. The status of the app keeps looping similarly as below:
When we check the value of the secret, the expected values keeps appearing and disappearing roughly per 10-15 seconds as well:
Expected Behavior
Secret should be stable
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: