kube/harbor/README.md
2022-08-25 11:22:50 +03:00

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)