Skip to content
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

Merged
merged 1 commit into from
Jul 2, 2022
Merged

✨ Lakefs #309

merged 1 commit into from
Jul 2, 2022

Conversation

gittysachin
Copy link
Contributor

@gittysachin gittysachin commented Jun 28, 2022

Lakefs onboarding (#305), initial push for testing

@gittysachin
Copy link
Contributor Author

@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
Copy link
Member

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
Copy link
Member

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
Copy link
Member

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
Copy link
Member

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 }}
Copy link
Member

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

@michaeljguarino
Copy link
Member

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

@michaeljguarino
Copy link
Member

I'll merge this to unblock the chicken-egg for publishing this

@michaeljguarino michaeljguarino merged commit 5819534 into pluralsh:main Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants