permitio / opal-helm-chart

You know, for Kubernetes
Apache License 2.0
21 stars 22 forks source link

OPAL_BUNDLE_IGNORE cannot be configured on helm chart #59

Open emily-zall opened 6 months ago

emily-zall commented 6 months ago

I would like to use a monorepo approach and just track one folder in my repo as the policy source. In https://docs.opal.ac/getting-started/running-opal/run-opal-server/policy-repo-location/ I see the setting OPAL_BUNDLE_IGNORE which looks like what I want but I don't see it as an option in values.yaml.

EliMoshkovich commented 6 months ago

Hi @emily-zall

Please add 'OPAL_BUNDLE_IGNORE' under 'extraEnv' which located under: https://github.com/permitio/opal-helm-chart/blob/master/values.yaml#L42

In case you require any additional assistance, please don't hesitate to inform us

emily-zall commented 6 months ago

thank you @EliMoshkovich !