kube/harbor/README.md

11 lines
245 B
Markdown
Raw Permalink Normal View History

2022-08-16 09:40:54 +00:00
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)