docs: update harbor integration status and remove hardcoded credentials

This commit is contained in:
Username
2026-01-18 09:57:27 +01:00
parent 0fc45587cd
commit 9eee14e918
5 changed files with 33 additions and 24 deletions

View File

@@ -50,9 +50,9 @@ kubectl create namespace flaskpaste
kubectl create secret docker-registry harbor-creds \
--namespace flaskpaste \
--docker-server=192.168.122.154:30443 \
--docker-username=admin \
--docker-password=Harbor12345 \
--docker-email=admin@example.com
--docker-username=<harbor-username> \
--docker-password=<harbor-password> \
--docker-email=<your-email>
```
### 2. Apply Manifest