feat(chart): add helm chart for zfs local pv (#247)

Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
Shubham Bajpai 2021-01-07 10:44:45 +05:30 committed by GitHub
parent 90ecfe9c73
commit bd6df9b31d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 2555 additions and 1 deletions

View file

@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/