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
While exploring the option of using ArgoCD for the rollout, I discovered an additional risk of using ArgoCD to deploy starrocks: ArgoCD consistently treats .Release.IsInstall as true. This behavior triggers the rendering of the initPassword job, which could unintentionally deploy an unwanted initpwd job.
Describe the solution you'd like
we can introduce another variable to the helm chart e.g. disableInitPWDJob: true
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the problem
While exploring the option of using ArgoCD for the rollout, I discovered an additional risk of using ArgoCD to deploy starrocks: ArgoCD consistently treats
.Release.IsInstall
as true. This behavior triggers the rendering of the initPassword job, which could unintentionally deploy an unwanted initpwd job.Describe the solution you'd like
we can introduce another variable to the helm chart e.g. disableInitPWDJob: true
Additional context
N/A
The text was updated successfully, but these errors were encountered: