This message was deleted.
# opal
s
This message was deleted.
o
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
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.