Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Helm parameters with comma #2334

Merged
merged 2 commits into from
Sep 23, 2019
Merged

Conversation

olivierlemasle
Copy link
Contributor

This commit fixes Helm parsing of parameters values containing a comma.

The issue was first found as #1660, and fixed in #1720. However, commit 4e9772e, in #1865, removed the call to cleanHelmParameters, hence the regression.

@CLAassistant
Copy link

CLAassistant commented Sep 19, 2019

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Sep 19, 2019

Codecov Report

Merging #2334 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2334      +/-   ##
==========================================
+ Coverage   38.76%   38.78%   +0.01%     
==========================================
  Files         109      109              
  Lines       14192    14196       +4     
==========================================
+ Hits         5502     5506       +4     
  Misses       7971     7971              
  Partials      719      719
Impacted Files Coverage Δ
util/helm/helm.go 71.69% <100%> (+1.1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a57e37a...795ea41. Read the comment docs.

This commit fixes Helm parsing of parameters values containing a comma.

The issue was first found as argoproj#1660, and fixed in argoproj#1720. However, commit
4e9772e, in argoproj#1865 removed the call to `cleanHelmParameters`, hence the
regression.
@olivierlemasle
Copy link
Contributor Author

CI tests fail at step "Check nothing has changed"... I checked https://argoproj.github.io/argo-cd/developer-guide/ci/#check-nothing-has-changed-step-fails but it seems every change in the proposed patch is unrelated to changes in this PR.

Is the problem on CI pipeline or in my PR ? Should I apply codegen.patch ?

@alexec
Copy link
Contributor

alexec commented Sep 19, 2019

Yes please.

@olivierlemasle
Copy link
Contributor Author

@alexec Done; CI tests now succeed.

@alexec alexec requested a review from alexmt September 20, 2019 15:30
@alexec alexec merged commit 0e0a6e7 into argoproj:master Sep 23, 2019
@alexec alexec added this to the v1.3 milestone Sep 23, 2019
@olivierlemasle olivierlemasle deleted the fixcomma branch September 23, 2019 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants