kubeslice / kubeslice/kubeslice-cli
Bug: Provide a feature in the topology settings that allows each worker cluster to utilize a unique helm values file, instead of the current approach where a single global file is applied to all worker clusters.
- Dominant language
- Go
- Stars
- 26
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
### 📜 Description
```
helm_chart_configuration:
repo_alias: dev-charts-ent
repo_url: https://raw.githubusercontent.com/kubeslice/
cert_manager_chart:
chart_name: cert-manager
controller_chart:
chart_name: kubeslice-controller
# version: 0.0.25
worker_chart:
chart_name: kubeslice-worker
# version: 0.0.10
values:
#global.profile.openshift: true
kubesliceNetworking.enabled: true
```
give an option in worker charts for overriding/defining values for each worker cluster.
### 👟 Reproduction steps
during the kubeslice-cli installation form topology, it doesn't have option to define helm values for each worker cluster.
### 👍 Expected behavior
Topology need to support hem values for each worker clusters.
### 👎 Actual Behavior
It's not there. It just global for every worker clusters .
### 🐚 Relevant log output
_No response_
### Version
None
### 🖥️ What operating system are you seeing the problem on?
Windows
### ✅ Proposed Solution
_No response_
### 👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find any similar issue
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.