-
Notifications
You must be signed in to change notification settings - Fork 28
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
Resolve issue so subPath: true works correctly #429
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.
This LGTM but should probably be tested manually if possible.
I was able to manually test it with Workbench, mounted correctly (was broken before). Also checked the pod YAML to see the mount path which matched what I expected. |
Bring in latest main changes
@atheriel ended up bumping the products here |
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.
LGTM! Just one little nit 😄
This PR sets
mountPath
tolicense.file.mountPath
/license.file.secretKey
whenmountSubPath: true
. This is the correct syntax when usingsubPath
.Closes: #427
Also bumps each product to use the new
rstudio-library