-
Notifications
You must be signed in to change notification settings - Fork 67
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
Offer support for enabling NFS protocol for azure storage #884
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.
Looks good to me! Thank you for pulling this together so quickly!
To use this, you've to enable the hub to use NFS as well - with config like
|
@yuvipanda, is it ok if we go with basehub template defaults? infrastructure/hub-templates/basehub/values.yaml Lines 14 to 26 in 095a4e8
Thank you!! |
@GeorgianaElena you'll need to specify the URL still, otherwise the base setup might be ok. |
@yuvipanda, I think I'm a bit confused and would really appreciate some guidance.
|
@GeorgianaElena ah, so I think you've to terraform apply to get the server IP, and then add that into the config. Given there are no users on this, I think you should just apply it - the config looks ok to me. For (2), helm should clean that up. |
Perfect! Thanks a lot @yuvipanda! |
@GeorgianaElena You can ask Terraform to output the URL of the Fileshare: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_share#attributes-reference |
9c9b604
to
a5d3626
Compare
Terraform plan output:
|
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! Thank you bearing with me in Slack! 🌺 Feel free to run tf apply and then merge this
Applied 🚀 Thanks for bearing with me too 💖 |
No description provided.