https://lakefs.io/ logo
Title
e

esspee

10/04/2022, 10:49 AM
Hi #dev is it possible to lakefsConfig element in kubernetes yaml file rather than using helm?
y

Yoni Augarten

10/04/2022, 10:52 AM
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

esspee

10/04/2022, 10:55 AM
You have any examples of a yaml
y

Yoni Augarten

10/04/2022, 10:56 AM
Which yaml are you referring to?
e

esspee

10/04/2022, 10:56 AM
Just standard kubernetes deployment yaml file
y

Yoni Augarten

10/04/2022, 11:02 AM
We don't have an existing example of the Deployment yaml. Any particular reason for not using Helm?
e

esspee

10/04/2022, 11:04 AM
No reason. Probably can try to get working with helm. Appreciate your quick response to my query. Thank you
y

Yoni Augarten

10/04/2022, 11:07 AM
@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.