mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
0d5af7fedd
commit
31e80b7d20
@@ -15,8 +15,8 @@ For example, the following changes have been introduced:
|
||||
## TL;DR:
|
||||
|
||||
```
|
||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
helm install bitnami/harbor
|
||||
$ helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
$ helm install bitnami/harbor
|
||||
```
|
||||
|
||||
## Introduction
|
||||
@@ -33,8 +33,8 @@ This [Helm](https://github.com/kubernetes/helm) chart installs [Harbor](https://
|
||||
Install the Harbor helm chart with a release name `my-release`:
|
||||
|
||||
```bash
|
||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
helm install --name my-release bitnami/harbor
|
||||
$ helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
$ helm install --name my-release bitnami/harbor
|
||||
```
|
||||
|
||||
## Uninstalling the Chart
|
||||
@@ -42,7 +42,7 @@ helm install --name my-release bitnami/harbor
|
||||
To uninstall/delete the `my-release` deployment:
|
||||
|
||||
```bash
|
||||
helm delete --purge my-release
|
||||
$ helm delete --purge my-release
|
||||
```
|
||||
|
||||
Additionaly, if `persistence.resourcePolicy` is set to `keep`, you should manually delete the PVCs.
|
||||
@@ -52,13 +52,13 @@ Additionaly, if `persistence.resourcePolicy` is set to `keep`, you should manual
|
||||
Download Harbor helm chart
|
||||
|
||||
```bash
|
||||
git clone https://github.com/bitnami/charts
|
||||
$ git clone https://github.com/bitnami/charts
|
||||
```
|
||||
|
||||
Change directory to Harbor code
|
||||
|
||||
```bash
|
||||
cd charts/bitnami/harbor
|
||||
$ cd charts/bitnami/harbor
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
Reference in New Issue
Block a user