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

chore: use setValues not values in helm docs example #4334

Merged
merged 2 commits into from
Jun 18, 2020
Merged

chore: use setValues not values in helm docs example #4334

merged 2 commits into from
Jun 18, 2020

Conversation

steve148
Copy link
Contributor

Description

Noticed when going through the docs recently that the example listed on the helm deployers page referenced the values field. If I understand if correctly, the field has been renamed to setValues now. While the example code folders in the repo seem to be aligned with the newer field name, the example given in the helm docs page was not, so I created this incredibly difficult, super arduous fix.

I didn't create an issue since I thought it was a fairly small change / edit, but if you'd like I can create an issue first to make sure this is a correct change.

User facing changes (remove if N/A)

Before

Screenshot from 2020-06-16 23-34-24

After

Screenshot from 2020-06-16 23-34-46

Follow-up Work (remove if N/A)

Don't think this section applies here.

Noticed this when going through the docs recently. I didn't see another PR up for it so thought I'd make the minor contribution here. This change just makes sure the docs are aligned with the current supported helm deployer configuration allowed with skaffold.
Can't say this enough, but thank you for this project. Really cool stuff 😎
@codecov
Copy link

codecov bot commented Jun 17, 2020

Codecov Report

Merging #4334 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4334      +/-   ##
==========================================
+ Coverage   71.77%   71.78%   +0.01%     
==========================================
  Files         324      324              
  Lines       12482    12499      +17     
==========================================
+ Hits         8959     8973      +14     
- Misses       2954     2957       +3     
  Partials      569      569              
Impacted Files Coverage Δ
cmd/skaffold/app/cmd/render.go 42.85% <0.00%> (-4.77%) ⬇️
cmd/skaffold/app/cmd/deploy.go 68.57% <0.00%> (-0.88%) ⬇️
pkg/skaffold/deploy/helm.go 78.13% <0.00%> (-0.75%) ⬇️
cmd/skaffold/app/cmd/flags.go 86.36% <0.00%> (ø)
pkg/skaffold/config/options.go 100.00% <0.00%> (ø)
pkg/skaffold/deploy/kubectl.go 67.78% <0.00%> (+0.13%) ⬆️
pkg/skaffold/build/buildpacks/init.go 93.93% <0.00%> (+0.18%) ⬆️
pkg/skaffold/debug/cnb.go 92.59% <0.00%> (+0.28%) ⬆️
pkg/skaffold/deploy/labels.go 55.95% <0.00%> (+1.07%) ⬆️
...affold/kubernetes/portforward/kubectl_forwarder.go 63.41% <0.00%> (+2.43%) ⬆️
... and 1 more

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 e0f949b...ce64226. Read the comment docs.

@tejal29 tejal29 added the kokoro:run runs the kokoro jobs on a PR label Jun 17, 2020
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label Jun 17, 2020
@tejal29 tejal29 added the kokoro:run runs the kokoro jobs on a PR label Jun 18, 2020
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label Jun 18, 2020
@tejal29 tejal29 merged commit 4fbc068 into GoogleContainerTools:master Jun 18, 2020
@tejal29 tejal29 self-assigned this Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants