11 lines
245 B
Markdown
11 lines
245 B
Markdown
Deploy with:
|
|
|
|
```
|
|
kubectl create namespace harbor
|
|
kubectl apply -n harbor -f application.yml -f application-secrets.yml
|
|
```
|
|
|
|
After deployment login with Harbor admin credentials and configure OIDC:
|
|
|
|
![OIDC configuration](harbor-oidc-config.png)
|