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

sed command is missing input file argument in helm-integration.md #2037

Merged
merged 1 commit into from
May 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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