Marlene Koh
Marlene Koh
There is a pull request #201 for this
@larkox thanks for the review! Made the changes.
Alright, I will take a look!
@hmhealey the tests for latex component should pass now, please take a look 🙏 - I had to change the code from `shallow()` to `render()` in the latex tests because...
Hi, please assign this issue to me.
Bump @akash-jain-10 this breaking change prevents openmetadata from being deployed with oidc. ref: https://github.com/open-metadata/openmetadata-helm-charts/blob/main/charts/openmetadata/templates/secrets.yaml#L242 possible to allow default null value for the `OIDC_CUSTOM_PARAMS` environment variable instead? not sure what are...
Initial chart deployment fails: Error from server (NotFound): jobs.batch "openfga-migrate" not found
adding helm annotations to the service account and migrate job to create them during `pre-install` fixed it for me ```yaml # in values.yaml serviceAccount: create: true migrate: annotations: helm.sh/hook: "pre-install,...