-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(installer): add cephfs chart (#2204)
- Loading branch information
Lis
authored
Dec 8, 2022
1 parent
867710d
commit 0e873ea
Showing
30 changed files
with
1,713 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
cmd/tke-installer/app/installer/manifests/charts/ceph-csi-cephfs/.helmignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 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 | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj |
15 changes: 15 additions & 0 deletions
15
cmd/tke-installer/app/installer/manifests/charts/ceph-csi-cephfs/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
apiVersion: v1 | ||
appVersion: canary | ||
description: "Container Storage Interface (CSI) driver, | ||
provisioner, snapshotter and attacher for Ceph cephfs" | ||
name: ceph-csi-cephfs | ||
version: 3-canary | ||
keywords: | ||
- ceph | ||
- cephfs | ||
- ceph-csi | ||
home: https://github.com/ceph/ceph-csi | ||
sources: | ||
- https://github.com/ceph/ceph-csi/tree/devel/charts/ceph-csi-cephfs | ||
icon: https://raw.githubusercontent.com/ceph/ceph-csi/devel/assets/ceph-logo.png |
Oops, something went wrong.