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
Introduce a per-application or per-project config field that specifies which executable to invoke when running (each version of?) helm.
There is already a binaryName field in HelmVer: if the user has specified this variable, then place it in there.
The text was updated successfully, but these errors were encountered:
can be placed in /usr/local/sbin/helm. Since ArgoCD calls helm, /usr/local/sbin/helm instead /usr/local/bin/helm will be executed since /usr/local/sbin/ is preferred over /usr/local/bin/´, because it has a higher priority in the PATH
For various reasons its desirable to modify the way that ArgoCD invokes helm
Proposal
Introduce a per-application or per-project config field that specifies which executable to invoke when running (each version of?) helm.
There is already a
binaryName
field inHelmVer
: if the user has specified this variable, then place it in there.The text was updated successfully, but these errors were encountered: