fix the addons URL for rook.io

This commit is contained in:
Gasmi Christophe
2018-11-16 10:30:13 -08:00
committed by Denise
parent ca84848f9d
commit 7f1950d52c
@@ -45,8 +45,8 @@ Use the `addons_include` directive to reference a local file or a URL for any us
```yaml
addons_include:
- https://raw.githubusercontent.com/rook/rook/master/cluster/examples/kubernetes/rook-operator.yaml
- https://raw.githubusercontent.com/rook/rook/master/cluster/examples/kubernetes/rook-cluster.yaml
- https://raw.githubusercontent.com/rook/rook/master/cluster/examples/kubernetes/ceph/operator.yaml
- https://raw.githubusercontent.com/rook/rook/master/cluster/examples/kubernetes/ceph/cluster.yaml
- /opt/manifests/example.yaml
- ./nginx.yaml
```