mirror of
https://github.com/kubereboot/kured.git
synced 2026-04-19 08:06:56 +00:00
add missing quote - thanks Karan Arora for reporting
This commit is contained in:
@@ -66,7 +66,7 @@ or Slack notifications:
|
||||
|
||||
```console
|
||||
latest=$(curl -s https://api.github.com/repos/weaveworks/kured/releases | jq -r .[0].tag_name)
|
||||
kubectl apply -f "https://github.com/weaveworks/kured/releases/download/$latest/kured-$latest-dockerhub.yaml
|
||||
kubectl apply -f "https://github.com/weaveworks/kured/releases/download/$latest/kured-$latest-dockerhub.yaml"
|
||||
```
|
||||
|
||||
If you want to customise the installation, download the manifest and
|
||||
|
||||
Reference in New Issue
Block a user