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
)
* fix: do not unset passCredentials when it's not specified (#9102)
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
* chore: codegen
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
* chore: more tests, no-update detection for kustomize
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
* chore: fix test
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
wojtekidd
pushed a commit
to wojtekidd/argo-cd
that referenced
this issue
Apr 25, 2022
) (argoproj#9104)
* fix: do not unset passCredentials when it's not specified (argoproj#9102)
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
* chore: codegen
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
* chore: more tests, no-update detection for kustomize
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
* chore: fix test
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
Signed-off-by: wojtekidd <wojtek.cichon@protonmail.com>
Describe the bug
argocd app unset
, when used with a Helm app, always unsetshelm.passCredentials
if that field is set totrue
.To Reproduce
Create any Helm app. Set the
source.helm.passCredentials
field totrue
. Also set thevalues
field to some string.Then run these:
The first time you run
get
,passCredentials
will betrue
. After resetting the values literal, it will benull
(i.e.false
).Expected behavior
The command should not have reset that variable.
Version
CLI version 2.3.1.
The text was updated successfully, but these errors were encountered: