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

The README is not up to date regarding the instruction #4 #25

Open
Razzorback225 opened this issue Sep 28, 2023 · 5 comments
Open

The README is not up to date regarding the instruction #4 #25

Razzorback225 opened this issue Sep 28, 2023 · 5 comments

Comments

@Razzorback225
Copy link

In the following instruction on the ReadMe :

image

The minimum parameters to include in the quickstart command is not correct as the user is supposed to add also the 'S3_ACCESS_KEY' and 'S3_SECRET_KEY' as asked by the following condition in the quickstart script (line 54 to 57):

if [ -z "${VERSION}" ] || [ -z "${JWT_SECRET}" ]|| [ -z "${S3_ACCESS_KEY}" ]|| [ -z "${S3_SECRET_KEY}" ]; then usage exit 1 fi

The helper is also not up to date.

@alexszilagyi
Copy link

@Razzorback225 have you managed to make it work?

@Razzorback225
Copy link
Author

@alexszilagyi Yeap, I after I added the 2 missing parameters I got it to work. But otherwise the quickstart script does not do anything without them.

@dcaputo-harmoni
Copy link
Owner

@Razzorback225 would you mind submitting a PR with the change that fixed the issue?

@Razzorback225
Copy link
Author

@dcaputo-harmoni Sure !

@tchey290
Copy link

tchey290 commented Nov 11, 2023

@alexszilagyi Yeap, I after I added the 2 missing parameters I got it to work. But otherwise the quickstart script does not do anything without them.

@Razzorback225 Hey what steps did you take to get this to work? I am able to run the quickstart-helm after adding the missing parameters and then when I try helm install I am getting the error below

helm install openbalena-admin ./helm -f ./helm/values.yaml

Error: INSTALLATION FAILED: template: openbalena-admin/templates/services/ui.yaml:10:20: executing "openbalena-admin/templates/services/ui.yaml" at <.Values.ui.s ervice.labels>: nil pointer evaluating interface {}.labels

If you have a step by step guide that would be awesome. I'm still learning helm and kubernetes.

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

No branches or pull requests

4 participants