Missing few points in chart
- securityContext to be able to run this application on more restricted k8s
- ingress for opal-client to be able to expose inner opa server
- serviceAccount in case user wants to run client/server with different SA. Good use case is query k8s api with http fetcher (considering to write k8s fetcher)
Raised PR: feat: Added Ingress SecurityContext and ServiceAccount #65 to improve