https://github.com/controlplane-com/templates
Helm charts that allow you to create templatized apps
https://github.com/controlplane-com/templates
Last synced: 5 months ago
JSON representation
Helm charts that allow you to create templatized apps
- Host: GitHub
- URL: https://github.com/controlplane-com/templates
- Owner: controlplane-com
- License: apache-2.0
- Created: 2024-05-29T15:50:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T13:25:57.000Z (over 1 year ago)
- Last Synced: 2024-10-25T09:56:04.713Z (over 1 year ago)
- Language: Smarty
- Size: 588 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Control Plane Templates
### Purpose
Templates are used by Control Plane users to quickly deploy applications such as databases, queues, and even stateless apps.
### How templates works
Each template provides a Helm chart that makes deployment quick and easy. Each templates has metadata in its root folder, describing the template. The following are required components within each template folder:
- icon.png
No resolution restriction, it will always be rendered in a square space
Make sure that the background is not filled with a color, should be transparent.
- config.yaml
- README.md
- versions
A parent folder that contains all versions with each having it's own folder
### Schema for config.yaml
name: unique-name-goes-here
date-published: YYYY-MM-DD
description: long description that explains the benefits of the templated artifact.
latest:
Visit [Control Plane](https://controlplane.com) to learn about the platform.