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
@eisraeli PTAL at the last changes we did.
To sum it, we removed the ArgoCD server parameter from the script since it is not needed.
All the commands we run in this script are using kubectl and there is no meaning to the fact we logged in to Argo, we are not using Argo in the script.
The other parameter is kept to let us deploy both staging and production (maybe dev in the future)
Current deployment command:
./deploy-argocd.sh <ArgoCD server> <production/staging>
The script only uses the ArgoCD server URL. It's unique per environment.
I suggest dropping the second argument.
The text was updated successfully, but these errors were encountered: