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
According to the documentation, it is possible to overwrite the registry for sub-charts. However, the corresponding keys for overwriting from the top level are not mentioned. Including such code snippets in the documentation would be very helpful.
For example, to overwrite the image registry for kube-state-metrics, it would be beneficial to show the corresponding keys that need to be set in the top level values.yaml file.
The text was updated successfully, but these errors were encountered:
Using kube-state-metrics as an example, the current behavior for globally overwriting the registry changes registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.14.0 to my.registry.com/kube-state-metrics/kube-state-metrics:v2.14.0
I am looking for a solution to use my.registry.com/registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.14.0. I believe that setting the registry for the individual subcharts should allow me to achieve this.
According to the documentation, it is possible to overwrite the registry for sub-charts. However, the corresponding keys for overwriting from the top level are not mentioned. Including such code snippets in the documentation would be very helpful.
For example, to overwrite the image registry for kube-state-metrics, it would be beneficial to show the corresponding keys that need to be set in the top level values.yaml file.
The text was updated successfully, but these errors were encountered: