1+
2+
13# test-custom-chart
24
35![ 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 )
@@ -20,60 +22,62 @@ A Helm chart to test github action and workflows. NOTHING MORE!
2022
2123| Key | Type | Default | Description |
2224| -----| ------| ---------| -------------|
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 |
29- | image.pullPolicy | string | ` "IfNotPresent" ` | |
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 |
3044| image.repository | string | ` "nginx" ` | |
45+ | image.pullPolicy | string | ` "IfNotPresent" ` | |
3146| image.tag | string | ` "" ` | |
3247| imagePullSecrets | list | ` [] ` | |
33- | ingress.annotations | object | ` {} ` | |
34- | ingress.className | string | ` "" ` | |
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 ` | |
3560| ingress.enabled | bool | ` false ` | |
61+ | ingress.className | string | ` "" ` | |
62+ | ingress.annotations | object | ` {} ` | |
3663| ingress.hosts[ 0] .host | string | ` "chart-example.local" ` | |
3764| ingress.hosts[ 0] .paths[ 0] .path | string | ` "/" ` | |
3865| ingress.hosts[ 0] .paths[ 0] .pathType | string | ` "ImplementationSpecific" ` | |
3966| ingress.tls | list | ` [] ` | |
67+ | resources | object | ` {} ` | |
4068| livenessProbe.httpGet.path | string | ` "/" ` | |
4169| livenessProbe.httpGet.port | string | ` "http" ` | |
42- | nameOverride | string | ` "" ` | name override |
43- | nodeSelector | object | ` {} ` | |
44- | podAnnotations | object | ` {} ` | |
45- | podLabels | object | ` {} ` | |
46- | podSecurityContext | object | ` {} ` | |
4770| readinessProbe.httpGet.path | string | ` "/" ` | |
4871| readinessProbe.httpGet.port | string | ` "http" ` | |
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 | ` "" ` | |
76- | tolerations | list | ` [] ` | |
77- | volumeMounts | list | ` [] ` | |
72+ | autoscaling.enabled | bool | ` false ` | |
73+ | autoscaling.minReplicas | int | ` 1 ` | |
74+ | autoscaling.maxReplicas | int | ` 100 ` | |
75+ | autoscaling.targetCPUUtilizationPercentage | int | ` 80 ` | |
7876| volumes | list | ` [] ` | |
77+ | volumeMounts | list | ` [] ` | |
78+ | nodeSelector | object | ` {} ` | |
79+ | tolerations | list | ` [] ` | |
80+ | affinity | object | ` {} ` | |
7981
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