We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Argo keeps to sync the app with the secret per 10 seconds. The status of the app keeps looping similarly as below:
Normal OperationStarted 12s argocd-application-controller Initiated automated sync to 'fdf03exxxxxx' Normal ResourceUpdated 12s argocd-application-controller Updated sync status: Synced -> OutOfSync Normal ResourceUpdated 9s argocd-application-controller Updated sync status: OutOfSync -> Synced Normal OperationCompleted 8s argocd-application-controller Sync operation to fdf03exxxxxx succeeded
When we check the value of the secret, the expected values keeps appearing and disappearing roughly per 10-15 seconds as well:
Secret should be stable
No response
The text was updated successfully, but these errors were encountered:
If possible, check audit log of kubernetes for who is invoke the delete of the secret.
Sorry, something went wrong.
It's argocd-application-controller keeps on patching the secret. @jkroepke
argocd-application-controller
Would it be because I mounted the secret in secrets://? My argo application manifest is similar to below:
secrets://
apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: prometheus namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io annotations: argocd.argoproj.io/sync-wave: "0" spec: project: default source: repoURL: https://github.com/domain-group/argocd.git targetRevision: feat/xxx path: prometheus/ helm: valueFiles: - secrets://../../../prometheus-secret.yaml releaseName: nonprod-prometheus version: v3 parameters: - name: alertmanager.alertmanagerSpec.config.route.receiver value: nonprod_slack destination: server: https://kubernetes.default.svc namespace: monitoring syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true
No branches or pull requests
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: