Hi <#C01APUNTSGH|dev> is it possible to lakefsConf...
# dev
e
Hi #dev is it possible to lakefsConfig element in kubernetes yaml file rather than using helm?
y
Hey @esspee, can you clarify what you mean?
If you're manually creating a lakeFS deployment in Kubernetes, you can pass configurations as environment variables.
e
You have any examples of a yaml
y
Which yaml are you referring to?
e
Just standard kubernetes deployment yaml file
y
We don't have an existing example of the Deployment yaml. Any particular reason for not using Helm?
e
No reason. Probably can try to get working with helm. Appreciate your quick response to my query. Thank you
y
@esspee, you're welcome. You can also use the
helm template
command on the lakeFS chart to generate the yamls. Then you'll be able to inspect then and play around.