fix readme name
This commit is contained in:
18
README.md
18
README.md
@@ -0,0 +1,18 @@
|
||||
Gitea was installed with the use of helm using the helm-values.yaml
|
||||
```zsh
|
||||
helm repo add gitea-charts https://dl.gitea.com/charts/
|
||||
|
||||
helm install gitea gitea-charts/gitea -f helm-values.yaml
|
||||
```
|
||||
|
||||
if you want to upgrade the gitea helm use below command
|
||||
|
||||
```zsh
|
||||
helm upgrade gitea gitea-charts/gitea -f helm-values.yaml
|
||||
```
|
||||
|
||||
Ingress is needed as well
|
||||
|
||||
```zsh
|
||||
kubectl apply -f gitea.yaml
|
||||
```
|
||||
18
READ_ME.md
18
READ_ME.md
@@ -1,18 +0,0 @@
|
||||
Gitea was installed with the use of helm using the helm-values.yaml
|
||||
```zsh
|
||||
helm repo add gitea-charts https://dl.gitea.com/charts/
|
||||
|
||||
helm install gitea gitea-charts/gitea -f helm-values.yaml
|
||||
```
|
||||
|
||||
if you want to upgrade the gitea helm use below command
|
||||
|
||||
```zsh
|
||||
helm upgrade gitea gitea-charts/gitea -f helm-values.yaml
|
||||
```
|
||||
|
||||
Ingress is needed as well
|
||||
|
||||
```zsh
|
||||
kubectl apply -f gitea.yaml
|
||||
```
|
||||
Reference in New Issue
Block a user