Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
sed command is missing input file argument in helm-integration.md (
Browse files Browse the repository at this point in the history
…#2037)

`sed` command is missing input file argument in `helm-integration.md`
  • Loading branch information
hiddeco authored May 10, 2019
2 parents 3b6c58b + 71c475e commit 64008ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/helm-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ the filename.

```
cp ~/.helm/repository/repositories.yaml .
sed -i -e 's/^\( *cache: \).*\/\(.*\.yaml\)/\1\2/g'
sed -i -e 's/^\( *cache: \).*\/\(.*\.yaml\)/\1\2/g' repositories.yaml
```
Now you can create a secret in the same namespace as you're running
Expand Down

0 comments on commit 64008ee

Please sign in to comment.