-
Notifications
You must be signed in to change notification settings - Fork 12
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
fix(urls): use relative Grafana ext url, remove unused storage ext url #145
Conversation
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.
Do we also need the Grafana 9 fixes in Helm?
Yes I suppose so |
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.
I think we still need the ROUTE_HOST part for NOTES.txt
$ helm install cryostat ./charts/cryostat/ --set core.route.enabled=true,authentication.openshift.enabled=true
NAME: cryostat
LAST DEPLOYED: Fri Jun 7 16:44:23 2024
NAMESPACE: helm-test
STATUS: deployed
REVISION: 1
NOTES:
- Tell Cryostat how to serve external traffic:
No actions required with this configuration.
- Visit the Cryostat application at:
echo https://$ROUTE_HOST
$ echo https://$ROUTE_HOST
https://
44748c2
to
9ba9a12
Compare
#145) (#151) * fix(storage): remove unused STORAGE_EXT_URL env var * use relative grafana dashboard ext url * update post-install notes * replace $ROUTE_HOST (cherry picked from commit 4d14d68) Co-authored-by: Andrew Azores <[email protected]>
See cryostatio/cryostat-operator#874