-
Notifications
You must be signed in to change notification settings - Fork 7
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
Bugfix in the sda-svc helm chart #1419
Conversation
Waiting for the chart bump to be merged |
ca95534
to
a6211b7
Compare
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.
Seems to work well!
Except for auth, where I get redirected to http://oidc:8080/authorize?..
which cannot be accessed. But maybe that wasn't working before either? In that case I'm ready to approve.
Another thing, not related to this PR, but that would be nice to get fixed, is the three typos of deploy
in the README (deplploy-postgres
, k3d-deplpoy-sda-posix
ad k3d-deplpoy-sda-s3
)
This PR doesn't address any of the local test setups, only the deployment issues. |
Closes #1069
Description
This PR fixes some issues with the sda-svc chart
/
as the last character in the OIDC URL. This is to prevent a string concatenation error.How to test
make k3d-create-cluster
make k3d-import-images
make k3d-deploy-dependencies
make k3d-deploy-postgres
make 3d-deploy-rabbitmq
make k3d-deploy-sda-s3