Skip to content

Commit

Permalink
Add missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Apr 4, 2024
1 parent c4c1662 commit 08ee89e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helm-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ A Helm chart for APK components
| wso2.apk.idp.signing.configMapName | string | `""` | IDP jwt signing certificate configmap name |
| wso2.apk.idp.signing.secretName | string | `""` | IDP jwt signing certificate secret name |
| wso2.apk.idp.signing.fileName | string | `""` | IDP jwt signing certificate file name |
| wso2.apk.cp.controlplane.enableApiPropagation | bool | `false` | Enable controlplane connection |
| wso2.apk.cp.controlplane.enabledSubscription | bool | `false` | Enable controlplane connection |
| wso2.apk.cp.controlplane.host | string | `"apim-apk-agent-service.apk.svc.cluster.local"` | Hostname of the APK agent service |
| wso2.apk.cp.controlplane.skipSSLVerification | bool | `false` | Skip SSL verification |
| wso2.apk.cp.controlplane.persistence | object | `{"type":"K8s"}` | Provide persistence mode DB/K8s |
| wso2.apk.cp.enableApiPropagation | bool | `false` | Enable controlplane connection |
| wso2.apk.cp.enabledSubscription | bool | `false` | Enable controlplane connection |
| wso2.apk.cp.host | string | `"apim-apk-agent-service.apk.svc.cluster.local"` | Hostname of the APK agent service |
| wso2.apk.cp.skipSSLVerification | bool | `false` | Skip SSL verification |
| wso2.apk.cp.persistence | object | `{"type":"K8s"}` | Provide persistence mode DB/K8s |
| wso2.apk.dp.enabled | bool | `true` | Enable the deployment of the Data Plane |
| wso2.apk.dp.environment.name | string | `"Development"` | Environment Name of the Data Plane |
| wso2.apk.dp.gatewayClass | object | `{"name":"wso2-apk-default"}` | GatewayClass custom resource name |
Expand Down

0 comments on commit 08ee89e

Please sign in to comment.