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

Add Helm chart and deployment method #848

Closed
wants to merge 46 commits into from

Conversation

bryancpowell
Copy link

This pull request will close issue #847

donkidd and others added 30 commits August 1, 2022 12:03
Copy link
Member

@bagofarms bagofarms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just had a few issues and questions related to the .env and documentation.

.env Outdated
@@ -152,9 +151,7 @@ DATE_FORMAT="Y-m-d"

###> base url ###
# Base URL for client callbacks
BASE_URL=""
# Webpack public path
WEBPACK_PUBLIC_PATH="/build"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does Helm require that you set these valuse in .env rather than .env.local? Removing this variable will default the build path to /build (as seen in https://github.com/ucfopen/UDOIT/blob/dev/v3-3-1/webpack.config.js#L13). If BASE_URL is set to http://127.0.0.1:8000/udoit3, then WEBPACK_PUBLIC_PATH needs to be set to /udoit3/build

Or do these changes even matter, since you're configuring everything through the values.yml?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I must admit I do not recall why this was removed/changed at all. Looking. at the commits, it seems the WEBPACK_PUBLIC_PATH variable was not in the original branch we worked off of? 9519c9e

I may be misunderstanding.

In any case for our purposes, they do not actually matter. I will fix this to match what is there now

INSTALL.md Outdated Show resolved Hide resolved
INSTALL.md Outdated Show resolved Hide resolved
@bagofarms bagofarms changed the base branch from dev/v3-3-1 to main December 19, 2022 19:31
@bagofarms
Copy link
Member

I resolved the conflicts in a new branch, but I was unable to merge those changes into your fork. I'm closing this PR and making a new one.

@bagofarms bagofarms closed this Feb 23, 2023
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.

None yet

4 participants