Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k8s-crafts/openshift-templates
A list of convenient templates for OpenShift Platform
https://github.com/k8s-crafts/openshift-templates
openshift openshift-templates
Last synced: about 2 months ago
JSON representation
A list of convenient templates for OpenShift Platform
- Host: GitHub
- URL: https://github.com/k8s-crafts/openshift-templates
- Owner: k8s-crafts
- License: mit
- Created: 2024-09-16T07:22:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T05:00:02.000Z (3 months ago)
- Last Synced: 2024-09-18T04:58:30.347Z (3 months ago)
- Topics: openshift, openshift-templates
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenShift Templates
This is a list of convenient [Templates](https://docs.openshift.com/container-platform/4.16/openshift_images/using-templates.html) for use with OpenShift Container Platform.
## Background
A **Template** is a resource that describes a set of k8s/openshift objects that can be configured with parameters to be created on OpenShift. Note that RBAC applies here so you can only create objects that you have permissions to create. [See more](https://docs.openshift.com/container-platform/4.16/openshift_images/using-templates.html).
## List of templates
| Template | Description |
|:--------:|:-----------:|
| [pgAdmin](./pgadmin/) | A simple deployment for a [pgAdmin](https://www.pgadmin.org/) instance to work with PostgreSQL |## Contributing
Simply create the directory containing the template and add a new entry in the above table.