-
Notifications
You must be signed in to change notification settings - Fork 30
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
chore: Update jx dependency, fix logic for secrets #104
chore: Update jx dependency, fix logic for secrets #104
Conversation
/lgtm |
/hold |
Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
It should use the config map value if available (previously we were passing the whole path and that isn't the key name so) or the file in $JX_HOME if not. Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
657ecb1
to
e2cb82a
Compare
Think I fixed it in e2cb82a |
Dangit, UI tests are still going to fail. |
Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
/retest |
/hold cancel |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: garethjevans The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This fixes the error in the quickstart tests. Probably doesn't fix everything, but hey.
cc @daveconde