You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Bitnami MongoDB helm chart as dependency in my application chart and i need to add a custom initContainer.
In my values.yaml, i have the mongodb block with the initContainer populated.
Via fleet.yaml I want to change some parameter of it based on the destination cluster.
The problem comes due tot the fact that initContainers is actually a list block, and I have not found a way, using fleet, to change a value of it.
If i just add - field: custom value, fleet create a new entry in the init containers list instead of replacing the current field value.
I would like to achieve what via helm cli is the --set mongodb.initContainers[0].field=customValue
Is there an existing issue for this?
Current Behavior
I am using Bitnami MongoDB helm chart as dependency in my application chart and i need to add a custom initContainer.
In my values.yaml, i have the mongodb block with the initContainer populated.
Via fleet.yaml I want to change some parameter of it based on the destination cluster.
The problem comes due tot the fact that initContainers is actually a list block, and I have not found a way, using fleet, to change a value of it.
If i just add - field: custom value, fleet create a new entry in the init containers list instead of replacing the current field value.
I would like to achieve what via helm cli is the --set mongodb.initContainers[0].field=customValue
Any suggestions?
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: