Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
docs(template-controller): Update Readme
Browse files Browse the repository at this point in the history
Signed-off-by: Aljoscha Poertner <[email protected]>
  • Loading branch information
aljoshare committed Nov 29, 2022
1 parent 17bba16 commit 673bac5
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions charts/template-controller/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# template-controller

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.1](https://img.shields.io/badge/AppVersion-v0.4.1-informational?style=flat-square)

A Helm chart for the template-controller

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| kluctl | | <https://github.com/kluctl/charts> |
| AljoschaP | <[email protected]> | |
| codablock | <[email protected]> | |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/kluctl/template-controller"` | |
| image.tag | string | `""` | |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations."prometheus.io/port" | string | `"8080"` | |
| podAnnotations."prometheus.io/scrape" | string | `"true"` | |
| podSecurityContext.fsGroup | int | `1337` | |
| resources | object | `{}` | |
| securityContext.capabilities.drop[0] | string | `"ALL"` | |
| securityContext.readOnlyRootFilesystem | bool | `true` | |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.runAsUser | int | `1337` | |
| securityContext.seccompProfile.type | string | `"RuntimeDefault"` | |
| service.health.port | int | `8081` | |
| service.prometheus.port | int | `8080` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 comments on commit 673bac5

Please sign in to comment.