docs: update harbor integration status and remove hardcoded credentials
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user