0

What have I done:
Added Stable repo into my helm and installed a chart(eg.: Redis, RabbitMQ/someapp).

helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm install redis/rabbitMQ/someapp

What do I need:
Now I need to change the configurations of my chart(Redis/RabbitMQ/someapp).

  1. How can I edit the chart to have a modified config for my app(Redis/Rabbitmq/someapp)?
  2. Is it possible to edit the chart’s config installed with Helm stable repo? or should I have to have my own repo to edit it?
Anonymous Asked question May 13, 2021