-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Lakefs #309
✨ Lakefs #309
Conversation
@michaeljguarino please let me know if need to modify the terraform files because the actual LakeFS terraform script has to be different with more setup. |
- name: JCLOUDS_PROVIDER | ||
value: s3 | ||
- name: JCLOUDS_ENDPOINT | ||
value: https://s3.amazonaws.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my guess is making this work for gcp/azure might require additional configuration here
- name: lakefs | ||
configuration: | ||
- name: hostname | ||
documentation: domain on which you'd like to host lakefs's page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps:
dns name for the lakefs web ui
- name: lakefs | ||
configuration: | ||
- name: hostname | ||
documentation: domain on which you'd like to host lakefs's page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as prior
- name: lakefs | ||
configuration: | ||
- name: hostname | ||
documentation: domain on which you'd like to host lakefs's page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as prior
{{- include "lakefs.labels" . | nindent 4 }} | ||
type: Opaque | ||
data: | ||
database_connection_string: {{ .Values.secrets.databaseConnectionString | default "" | b64enc }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I see where these are being set currently
my guess is you'll need to add some terraform to create the s3/gcs/etc buckets too, but I'm not sure about lakefs' details, it's possible that's resolved in the application itself |
I'll merge this to unblock the chicken-egg for publishing this |
Lakefs onboarding (#305), initial push for testing