Skip to content

Commit ab092e6

Browse files
authored
Update README.md in test-custom-chart
1 parent 826c9eb commit ab092e6

File tree

1 file changed

+45
-49
lines changed

1 file changed

+45
-49
lines changed
Lines changed: 45 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
2-
31
# test-custom-chart
42

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

75
A Helm chart to test github action and workflows. NOTHING MORE!
86

9-
**Homepage:** <https://github.tools.sap/cloud-orchestration/mcp-blueprint-building-blocks>
7+
**Homepage:** <https://github.com/openmcp-project/blueprint-building-blocks>
108

119
## Source Code
1210

13-
* <https://github.tools.sap/cloud-orchestration/mcp-blueprint-building-blocks>
11+
* <https://github.com/openmcp-project/blueprint-building-blocks>
1412

1513
## Requirements
1614

@@ -22,62 +20,60 @@ A Helm chart to test github action and workflows. NOTHING MORE!
2220

2321
| Key | Type | Default | Description |
2422
|-----|------|---------|-------------|
25-
| sap-btp-services.services[0].name | string | `"identityApplication"` | |
26-
| sap-btp-services.services[0].namespace | string | `"default"` | |
27-
| sap-btp-services.services[0].instance.name | string | `"ketos-op-cluster-ias"` | |
28-
| sap-btp-services.services[0].instance.serviceOfferingName | string | `"identity"` | |
29-
| sap-btp-services.services[0].instance.servicePlanName | string | `"application"` | |
30-
| sap-btp-services.services[0].instance.parameters.oauth2-configuration.redirect-uris[0] | string | `"https://*.../oauth2/callback"` | |
31-
| sap-btp-services.services[0].instance.parameters.oauth2-configuration.redirect-uris[1] | string | `"https://*.../callback"` | |
32-
| sap-btp-services.services[0].instance.parameters.oauth2-configuration.redirect-uris[2] | string | `"https://*.../*"` | |
33-
| sap-btp-services.services[0].instance.parameters.consumed-apis | list | `[]` | |
34-
| sap-btp-services.services[0].instance.parameters.display-name | string | `""` | |
35-
| sap-btp-services.services[0].instance.parameters.multi-tenant | bool | `true` | |
36-
| sap-btp-services.services[0].instance.parameters.xsuaa-cross-consumption | bool | `true` | |
37-
| sap-btp-services.services[0].bindings[0].name | string | `"ketos-op-cluster-ias"` | |
38-
| sap-btp-services.services[0].bindings[0].secretName | string | `"btp-ias"` | |
39-
| sap-btp-services.services[0].bindings[0].parameters.credential-type | string | `"SECRET"` | |
40-
| sap-btp-services.services[0].bindings[0].credentialsRotationPolicy.enabled | bool | `true` | |
41-
| sap-btp-services.services[0].bindings[0].credentialsRotationPolicy.rotationFrequency | string | `"480h"` | |
42-
| sap-btp-services.services[0].bindings[0].credentialsRotationPolicy.rotatedBindingTTL | string | `"2h"` | |
43-
| replicaCount | int | `1` | replication count |
44-
| image.repository | string | `"nginx"` | |
23+
| affinity | object | `{}` | |
24+
| autoscaling.enabled | bool | `false` | |
25+
| autoscaling.maxReplicas | int | `100` | |
26+
| autoscaling.minReplicas | int | `1` | |
27+
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
28+
| fullnameOverride | string | `""` | full name override |
4529
| image.pullPolicy | string | `"IfNotPresent"` | |
30+
| image.repository | string | `"nginx"` | |
4631
| image.tag | string | `""` | |
4732
| imagePullSecrets | list | `[]` | |
48-
| nameOverride | string | `""` | name override |
49-
| fullnameOverride | string | `""` | full name override |
50-
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
51-
| serviceAccount.automount | bool | `true` | Automatically mount a ServiceAccount's API credentials? |
52-
| serviceAccount.annotations | object | `{}` | |
53-
| serviceAccount.name | string | `""` | |
54-
| podAnnotations | object | `{}` | |
55-
| podLabels | object | `{}` | |
56-
| podSecurityContext | object | `{}` | |
57-
| securityContext | object | `{}` | |
58-
| service.type | string | `"ClusterIP"` | |
59-
| service.port | int | `80` | |
60-
| ingress.enabled | bool | `false` | |
61-
| ingress.className | string | `""` | |
6233
| ingress.annotations | object | `{}` | |
34+
| ingress.className | string | `""` | |
35+
| ingress.enabled | bool | `false` | |
6336
| ingress.hosts[0].host | string | `"chart-example.local"` | |
6437
| ingress.hosts[0].paths[0].path | string | `"/"` | |
6538
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
6639
| ingress.tls | list | `[]` | |
67-
| resources | object | `{}` | |
6840
| livenessProbe.httpGet.path | string | `"/"` | |
6941
| livenessProbe.httpGet.port | string | `"http"` | |
42+
| nameOverride | string | `""` | name override |
43+
| nodeSelector | object | `{}` | |
44+
| podAnnotations | object | `{}` | |
45+
| podLabels | object | `{}` | |
46+
| podSecurityContext | object | `{}` | |
7047
| readinessProbe.httpGet.path | string | `"/"` | |
7148
| readinessProbe.httpGet.port | string | `"http"` | |
72-
| autoscaling.enabled | bool | `false` | |
73-
| autoscaling.minReplicas | int | `1` | |
74-
| autoscaling.maxReplicas | int | `100` | |
75-
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
76-
| volumes | list | `[]` | |
77-
| volumeMounts | list | `[]` | |
78-
| nodeSelector | object | `{}` | |
49+
| replicaCount | int | `1` | replication count |
50+
| resources | object | `{}` | |
51+
| sap-btp-services.services[0].bindings[0].credentialsRotationPolicy.enabled | bool | `true` | |
52+
| sap-btp-services.services[0].bindings[0].credentialsRotationPolicy.rotatedBindingTTL | string | `"2h"` | |
53+
| sap-btp-services.services[0].bindings[0].credentialsRotationPolicy.rotationFrequency | string | `"480h"` | |
54+
| sap-btp-services.services[0].bindings[0].name | string | `"ketos-op-cluster-ias"` | |
55+
| sap-btp-services.services[0].bindings[0].parameters.credential-type | string | `"SECRET"` | |
56+
| sap-btp-services.services[0].bindings[0].secretName | string | `"btp-ias"` | |
57+
| sap-btp-services.services[0].instance.name | string | `"ketos-op-cluster-ias"` | |
58+
| sap-btp-services.services[0].instance.parameters.consumed-apis | list | `[]` | |
59+
| sap-btp-services.services[0].instance.parameters.display-name | string | `""` | |
60+
| sap-btp-services.services[0].instance.parameters.multi-tenant | bool | `true` | |
61+
| sap-btp-services.services[0].instance.parameters.oauth2-configuration.redirect-uris[0] | string | `"https://*.../oauth2/callback"` | |
62+
| sap-btp-services.services[0].instance.parameters.oauth2-configuration.redirect-uris[1] | string | `"https://*.../callback"` | |
63+
| sap-btp-services.services[0].instance.parameters.oauth2-configuration.redirect-uris[2] | string | `"https://*.../*"` | |
64+
| sap-btp-services.services[0].instance.parameters.xsuaa-cross-consumption | bool | `true` | |
65+
| sap-btp-services.services[0].instance.serviceOfferingName | string | `"identity"` | |
66+
| sap-btp-services.services[0].instance.servicePlanName | string | `"application"` | |
67+
| sap-btp-services.services[0].name | string | `"identityApplication"` | |
68+
| sap-btp-services.services[0].namespace | string | `"default"` | |
69+
| securityContext | object | `{}` | |
70+
| service.port | int | `80` | |
71+
| service.type | string | `"ClusterIP"` | |
72+
| serviceAccount.annotations | object | `{}` | |
73+
| serviceAccount.automount | bool | `true` | Automatically mount a ServiceAccount's API credentials? |
74+
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
75+
| serviceAccount.name | string | `""` | |
7976
| tolerations | list | `[]` | |
80-
| affinity | object | `{}` | |
77+
| volumeMounts | list | `[]` | |
78+
| volumes | list | `[]` | |
8179

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

0 commit comments

Comments
 (0)