Skip to content

Commit

Permalink
fix(helm): removing unused options.k8sControlPlaneUrl value
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion committed Sep 29, 2023
1 parent 193bdab commit 34cc928
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion charts/capsule-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion charts/capsule-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 0 additions & 2 deletions charts/capsule-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34cc928

Please sign in to comment.