<@U04UQ68083H> How can override the ory keto helm ...
# ory-copilot
c
@chilly-king-10285 How can override the ory keto helm chart configuration so that an initial relationship tuple is created before the kubernetes deployment?
c
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. The provided extracts do not contain specific information on how to override the Ory Keto Helm chart configuration to create an initial relationship tuple before the Kubernetes deployment. However, you can create relationships using the Ory CLI as shown in the extracts. Here is an example:
Copy code
bash keto relation-tuple parse alice_policies --format json | \    keto relation-tuple create - >/dev/null \    && echo "Successfully created tuple" \    || echo "Encountered error"
For more detailed information, you may want to refer to the [Ory documentation](https://www.ory.sh/docs).