Skip to content

Commit

Permalink
Update chart docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ERP4SME-DevOps-GitHub-Workflow-User committed Oct 16, 2023
1 parent 3c4b7c3 commit 458de49
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions chart/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# secret-generator-cop

![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.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

A Helm chart for https://github.com/sap/secret-generator-cop

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| fullnameOverride | string | `""` | Override full name |
| nameOverride | string | `""` | Override name |
| replicaCount | int | `1` | Replica count |
| image.repository | string | `"ghcr.io/sap/secret-generator-cop"` | Image repository |
| image.tag | string | `""` | Image tag (defauls to .Chart.AppVersion) |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| imagePullSecrets | list | `[]` | Image pull secrets |
| podLabels | object | `{}` | Additional pod labels |
| podAnnotations | object | `{}` | Additional pod annotations |
| nodeSelector | object | `{}` | Node selector |
| affinity | object | `{}` | Affinity settings |
| topologySpreadConstraints | list | `[]` | Topology spread constraints (if unspecified, default constraints for hostname and zone will be generated) |
| defaultHostNameSpreadPolicy | string | `"ScheduleAnyway"` | Default topology spread policy for hostname |
| defaultZoneSpreadPolicy | string | `"ScheduleAnyway"` | Default topology spread policy for zone |
| tolerations | list | `[]` | Tolerations |
| priorityClassName | string | `""` | Priority class |
| podSecurityContext | object | `{}` | Pod security context |
| securityContext | object | `{}` | Container security context |
| resources.limits.cpu | string | `"100m"` | CPU limit |
| resources.limits.memory | string | `"128Mi"` | Memory limit |
| resources.requests.cpu | string | `"100m"` | CPU request |
| resources.requests.memory | string | `"128Mi"` | Memory request |

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

0 comments on commit 458de49

Please sign in to comment.