update documentation

This commit is contained in:
2025-04-07 21:04:30 +03:00
parent 369620cb70
commit 9a32df5fb9
3 changed files with 4 additions and 4 deletions

View File

@ -108,8 +108,8 @@ wildcard CA cert and deploy the portfolio webapp.
```bash
kubectl create namespace my-portfolio
kubectl get secret wildcard-cert-secret --namespace=cert -o yaml \
| sed 's/namespace: cert/namespace: my-portfolio/' | kubectl apply -f -
kubectl get secret wildcard-cert-secret --namespace=cert-manager -o yaml \
| sed 's/namespace: cert-manager/namespace: my-portfolio/' | kubectl apply -f -
source .env
kubectl create secret docker-registry my-registry-secret \