Orange-OpenSource / towards5gs-helm

Helm charts for deploying 5G network services on Kubernetes
Other
166 stars 130 forks source link

Add NFs config.yaml as a independent file #104

Open fhgrings opened 9 months ago

fhgrings commented 9 months ago

Desagragated NFs config files from values.yaml to easiest manipulation when working with multiple slices and deployments

raoufkh commented 9 months ago

Thank you @fhgrings for this suggestion. However, the idea behind putting the conf in the values.yaml file is to avoid hardcoding and make helm charts more easily reusable. With Helm, it's possible to reuse exactly the same Helm chart for several possible scenarios by customizing only the values file and not touching any other element in the Helm chart.