merge-values
dabble-of-devops-biodeploy/merge-values/helm
Merge your helm --values to a single values file
terraform-helm-merge-values    !BioAnalyze Logo Terraform module to deploy a multiuser Jupyterhub + Dask Cluster on an existing EKS cluster using the DaskHub helm chart. It deploys the DaskHub Helm chart, and optionally configures SSL for you if you are using a domain name on AWS hosted with Route53. --- This project is part of the "BioAnalyze" project, which aims to make High Performance Compute Architecture accessible to everyone. It's 100% Open Source and licensed under the APACHE2. Data Science Infrastructure on AWS !BioAnalyze Logo Introduction This module was written because: `` helm install release_name
| Name | Type | Description | Default |
|---|---|---|---|
| helm_values_dir | string | Directory to store additional daskhub values files. | required |
| label_order | list(string) | The order in which the labels (ID elements) appear in the `id`. Defaults to ["na | null |
| label_key_case | string | Controls the letter case of the `tags` keys (label names) for tags generated by | null |
| label_value_case | string | Controls the letter case of ID elements (labels) as included in `id`, set as tag | null |
| helm_values_files | list(string) | Paths to additional values files to pass into the helm install command. | [] |
| attributes | list(string) | ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`, | [] |
| additional_tag_map | map(string) | Additional key-value pairs to add to each map in `tags_as_list_of_maps`. Not add | {} |
| name | string | ID element. Usually the component or solution name, e.g. 'app' or 'jenkins'. Thi | null |
| delimiter | string | Delimiter to be used between ID elements. Defaults to `-` (hyphen). Set to `""` | null |
| id_length_limit | number | Limit `id` to this many characters (minimum 6). Set to `0` for unlimited length. | null |
| helm_release_merged_values_file | string | Path to merged helm files. If none is supplied one will be created for you. | "" |
| enabled | bool | Set to false to prevent the module from creating any resources | null |
| environment | string | ID element. Usually used for region e.g. 'uw2', 'us-west-2', OR role 'prod', 'st | null |
| stage | string | ID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'bu | null |
| tags | map(string) | Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`). Neither the tag keys nor the t | {} |
| regex_replace_chars | string | Terraform regular expression (regex) string. Characters matching the regex will | null |
| context | any | Single object for setting entire context at once. See description of individual | {
"additional_tag_map": {},
"attribu |
| tenant | string | ID element _(Rarely used, not included by default)_. A customer identifier, indi | null |
| descriptor_formats | any | Describe additional descriptors to be output in the `descriptors` output map. Ma | {} |
| namespace | string | ID element. Usually an abbreviation of your organization name, e.g. 'eg' or 'cp' | null |
| labels_as_tags | set(string) | Set of labels (ID elements) to include as tags in the `tags` output. Default is | [
"default"
] |
helm_values_files — Listing the values file for debugginghelm_values_dirmerge_helm_values_files_commandhelm_release_merged_values_file