Skip to content

Commit

Permalink
feat: adding generated 'README.md' to accompany the charts for 'Manag…
Browse files Browse the repository at this point in the history
…ed-Identity-Wallet' as required.
  • Loading branch information
mknoopvw committed Jun 13, 2023
1 parent 8bf1124 commit bd6d874
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 85 deletions.
53 changes: 53 additions & 0 deletions charts/managed-identity-wallet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# managed-identity-wallet

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

Managed Identity Wallets Service

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 11.9.13 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| envs | string | `nil` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"ghcr.io/catenax-ng/tx-managed-identity-wallets_miw_service"` | |
| image.tag | string | `"latest"` | |
| imagePullSecrets[0].name | string | `"acr-credential"` | |
| ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"chart-example.local"` | |
| ingress.hosts[0].paths[0].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector."kubernetes.io/os" | string | `"linux"` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| postgresql.auth.password | string | `"postgres"` | |
| postgresql.auth.postgresPassword | string | `"postgres"` | |
| postgresql.auth.username | string | `"postgres"` | |
| postgresql.primary.initdb.password | string | `"postgres"` | |
| postgresql.primary.initdb.scripts."init_db_script.sh" | string | `"#!/bin/sh\ncreatedb -O postgres miw\n"` | |
| postgresql.primary.initdb.user | string | `"postgres"` | |
| replicaCount | int | `1` | |
| resources.cpu | int | `250` | |
| resources.memory | int | `256` | |
| secrets | string | `nil` | |
| securityContext | object | `{}` | |
| service.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.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0)
Loading

0 comments on commit bd6d874

Please sign in to comment.