vshn / appcat-service-postgresql

AppCat Service Provider for PostgreSQL
https://vshn.github.io/appcat-service-postgresql/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add Network policy to allow connections from user namespace #58

Closed ccremer closed 2 years ago

ccremer commented 2 years ago

Summary

Note: In local env with kind this is untestable since kind's default networkplugin doesn't support network policies, so the access works from any namespace. However, I tested the rendered NetworkPolicy from the chart in an OpenShift 4 cluster and it works as expected with the values given in this PR.

Checklist

ccremer commented 2 years ago

Note: PR currently is based on #57 , will rebase after is has been merged.