5 lines
132 B
Markdown
5 lines
132 B
Markdown
```sh
|
|
kubectl apply -f admin-secret.yaml,db-secret.yaml
|
|
helm repo add gitea-charts https://dl.gitea.com/charts/
|
|
helm repo update
|
|
``` |