Hi @zkhan 🤗
Yes, of course it's possible, and yes it would work with gatekeeper.
You can either have the OPAL-client as the sidecar k8s talks to, or run OPA standalone, and have the OPAL client in a separate container configured to talk to OPA.
@Raz Co can you give pointers for the helm chart
r
Raz Co
06/20/2023, 8:28 AM
Hey @zkhan,
You can set the helm chart to deploy only the OPAL client by setting
.Values.server.enabled
to
false
.
Unfortunately currently the chart doesn’t support the standalone client.