helm-charts/docs/src/SUMMARY.md
2023-09-13 11:24:23 +02:00

29 lines
965 B
Markdown

# Summary
# Welcome
---
- [Introduction](introduction.md)
---
# Helm Charts
- [Common Library](common-library/introduction.md)
- [Storage](common-library/storage/index.md)
- [Permissions](common-library/storage/permissions.md)
- [Storage types](common-library/storage/types.md)
- [PersistentVolumeClaim](common-library/storage/types/pvc.md)
- [EmptyDir](common-library/storage/types/emptydir.md)
- [HostPath](common-library/storage/types/hostpath.md)
- [ConfigMap](common-library/storage/types/configmap.md)
- [Secret](common-library/storage/types/secret.md)
- [NFS share](common-library/storage/types/nfs-share.md)
- [Custom](common-library/storage/types/custom.md)
- [How to...](common-library/howto/index.md)
- [Multiple subPaths for 1 volume](common-library/howto/multiple-subpath.md)
- [Helm templates](common-library/howto/helm-templates.md)
- [App Template](app-template/introduction.md)