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

Argocd issues #2139

Open
ergoxi opened this issue Feb 16, 2025 · 0 comments
Open

Argocd issues #2139

ergoxi opened this issue Feb 16, 2025 · 0 comments

Comments

@ergoxi
Copy link

ergoxi commented Feb 16, 2025

Argocd doesn't support helm lookup (argoproj/argo-cd#21745) and this causes it to periodically generate random secret values on sync when using the harbor helm chart.

If you're having issues with harbor and see pods randomly restarting this may be the cause.

Here are some fields that you must set in your harbor values.yaml:

  # Note: take a look at the root harbor values.yaml for requirements for these values
  jobservice:
    secret: "" 
  core:
    secret: ""
    tokenKey: |
    tokenCert: |
    xsrfKey: ""
  registry:
    secret: ""
    credentials:
       htpasswdString: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants