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
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 valuesjobservice:
secret: ""core:
secret: ""tokenKey: |tokenCert: |xsrfKey: ""registry:
secret: ""credentials:
htpasswdString: ""
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: