Skip to content

Commit

Permalink
fix sample (kubernetes-sigs#251)
Browse files Browse the repository at this point in the history
url should be uri
  • Loading branch information
itaysk authored and k8s-ci-robot committed Jul 11, 2019
1 parent 7b2c944 commit 328fc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
matchExpressions:
- {key: os, operator: In, values: [darwin, linux]}
# url for downloading the package archive:
url: https://github.com/example/foo/releases/v1.0.zip
uri: https://github.com/example/foo/releases/v1.0.zip
# sha256sum of the file downloaded above:
sha256: "208fde0b9f42ef71f79864b1ce594a70832c47dc5426e10ca73bf02e54d499d0"
files: # copy the used files out of the zip archive
Expand Down

0 comments on commit 328fc71

Please sign in to comment.