-
Notifications
You must be signed in to change notification settings - Fork 92
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
6789 git-sync volume support #556
base: master
Are you sure you want to change the base?
Conversation
…de. Breakout logic into function.
## the git-sync-relay | ||
volumeSync: | ||
volumeSize: 10Gi | ||
# The specified storageClassName must support ReadWriteMany |
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.
ReadWriteMany should this comment be removed in 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.
That is a hint to the user. Actually, we have not been following the recommendations for documentation in helm charts, so maybe this is something we should improve? https://v2.helm.sh/docs/chart_best_practices/#document-values-yaml
Description
Add git-sync volume mode.
Related Issues
Testing
I've tested this manually. We'll need more comprehensive testing from QA since this is a new feature that will have astro-ui and houston components.
Merging
This is only meant for 0.37