diff --git a/charts/capsule-proxy/Chart.yaml b/charts/capsule-proxy/Chart.yaml index c54c40c3..e85fbdb2 100644 --- a/charts/capsule-proxy/Chart.yaml +++ b/charts/capsule-proxy/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 0.4.4 description: Helm Chart for Capsule Proxy, addon for Capsule, the multi-tenant Operator name: capsule-proxy type: application -version: 0.4.9 +version: 0.4.5 home: https://github.com/clastix/capsule-proxy icon: https://github.com/clastix/capsule/raw/master/assets/logo/capsule_small.png keywords: diff --git a/charts/capsule-proxy/README.md b/charts/capsule-proxy/README.md index 66c3369a..7e6c7b2c 100644 --- a/charts/capsule-proxy/README.md +++ b/charts/capsule-proxy/README.md @@ -113,7 +113,6 @@ If you only need to make minor customizations, you can specify them on the comma | options.enableSSL | bool | `true` | Specify if capsule-proxy will use SSL | | options.generateCertificates | bool | `true` | Specify if capsule-proxy will generate self-signed SSL certificates | | options.ignoredUserGroups | list | `[]` | Define which groups must be ignored while proxying requests | -| options.k8sControlPlaneUrl | string | `"https://kubernetes.default.svc"` | Set the URL of kubernetes control plane | | options.listeningPort | int | `9001` | Set the listening port of the capsule-proxy | | options.logLevel | string | `"4"` | Set the log verbosity of the capsule-proxy with a value from 1 to 10 | | options.oidcUsernameClaim | string | `"preferred_username"` | Specify if capsule-proxy will use SSL | diff --git a/charts/capsule-proxy/values.yaml b/charts/capsule-proxy/values.yaml index b6737801..23d40ec6 100644 --- a/charts/capsule-proxy/values.yaml +++ b/charts/capsule-proxy/values.yaml @@ -45,8 +45,6 @@ options: listeningPort: 9001 # -- Set the log verbosity of the capsule-proxy with a value from 1 to 10 logLevel: '4' - # -- Set the URL of kubernetes control plane - k8sControlPlaneUrl: https://kubernetes.default.svc # -- Name of the CapsuleConfiguration custom resource used by Capsule, required to identify the user groups capsuleConfigurationName: default # -- Define which groups must be ignored while proxying requests