Skip to content

Commit

Permalink
Merge pull request #4334 from steve148/chore/outdated-reference-helm-…
Browse files Browse the repository at this point in the history
…docs

chore: use setValues not values in helm docs example
  • Loading branch information
tejal29 authored Jun 18, 2020
2 parents 0bf498d + ce64226 commit 4fbc068
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/content/en/docs/pipeline-stages/deployers/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ deploy:
helm:
releases:
- name: my-release
values:
artifactOverrides:
image: gcr.io/my-project/my-image # no tag present!
# Skaffold continuously tags your image, so no need to put one here.
```
Expand Down Expand Up @@ -100,5 +100,3 @@ The `helm` type offers the following options:
Each `release` includes the following fields:

{{< schema root="HelmRelease" >}}


0 comments on commit 4fbc068

Please sign in to comment.