Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/helm_lib/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
type: library
name: deckhouse_lib_helm
version: 1.68.2
version: 1.69.0
description: "Helm utils template definitions for Deckhouse modules."
35 changes: 35 additions & 0 deletions charts/helm_lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
| [helm_lib_ha_enabled](#helm_lib_ha_enabled) |
| **Kube Rbac Proxy** |
| [helm_lib_kube_rbac_proxy_ca_certificate](#helm_lib_kube_rbac_proxy_ca_certificate) |
| **Module Controller** |
| [helm_lib_module_controller_resources](#helm_lib_module_controller_resources) |
| [helm_lib_module_webhooks_resources](#helm_lib_module_webhooks_resources) |
| [helm_lib_module_controller_log_level](#helm_lib_module_controller_log_level) |
| **Module Documentation Uri** |
| [helm_lib_module_documentation_uri](#helm_lib_module_documentation_uri) |
| **Module Ephemeral Storage** |
Expand Down Expand Up @@ -568,6 +572,37 @@ list:
- Template context with .Values, .Chart, etc
- Namespace where CA configmap will be created

## Module Controller

### helm_lib_module_controller_resources

Returns default controller resources

#### Usage

`{{ include "helm_lib_module_controller_resources" . }} `



### helm_lib_module_webhooks_resources

Returns default webhooks resources

#### Usage

`{{ include "helm_lib_module_webhooks_resources" . }} `



### helm_lib_module_controller_log_level

Returns numeric log level from module values

#### Usage

`{{ include "helm_lib_module_controller_log_level" (list . "csiHpe") }} `


## Module Documentation Uri

### helm_lib_module_documentation_uri
Expand Down
Loading