Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Dec 1, 2020
1 parent cc90ebf commit 942d118
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions manifests/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Manifests

[cluster](./cluster) contains the kustomization templates and the manifests generated by the kustomization templates,
[cluster](./cluster) contains the kustomization templates and the manifests generated by the kustomization templates,
which can be used to deploy the Harbor operator with the related dependent operators (psql, redis and minIO) and
then provide the capabilities of deploying Harbor cluster.

[harbor](./harbor) contains the kustomization templates and the manifests generated by the kustomization templates,
which can be used to deploy only the Harbor operator.
[samples](./samples) contains the manifest yaml files for deploying sample Harbor.
[harbor](./harbor) contains the kustomization templates and the manifests generated by the kustomization templates,
which can be used to deploy only the Harbor operator.

[samples](./samples) contains the manifest yaml files for deploying sample Harbor.
2 changes: 1 addition & 1 deletion manifests/cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Use `kustomize`:

```shell script
kustomize build . | kubectl delete -f -
```
```
2 changes: 1 addition & 1 deletion manifests/harbor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Use `kustomize`:

```shell script
kustomize build . | kubectl delete -f -
```
```

0 comments on commit 942d118

Please sign in to comment.