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

fix default pvc mounting with kubespawner 7 #3537

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

minrk
Copy link
Member

@minrk minrk commented Oct 3, 2024

  • remove unneeded default for pvcNameTemplate
  • use new {pvc_name} template field to mount the spawner's resolved pvc, rather than overriding the claim name, which may not match the created pvc

I'd really like to be able to have a test for this, but I'm not sure how to set it up here. This is really an issue for this chart, not kubespawner itself.

I believe this closes #3536

- remove unneeded default for pvcNameTemplate
- use new `{pvc_name}` template field to mount the spawner's resolved pvc,
      rather than overriding the claim name, which may not match the created pvc
@consideRatio consideRatio merged commit 0ec2b0e into jupyterhub:main Oct 3, 2024
14 checks passed
consideRatio pushed a commit to jupyterhub/helm-chart that referenced this pull request Oct 3, 2024
@minrk minrk deleted the fix-pvc-name branch October 3, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm chart 4.0.0-beta.2 cannot find existing pvc for user home dir.
2 participants