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'm try to appned some JSON patch to $CONFIG_VALUES_JSON_PATCH_PATH in someModule's hooks, but after all hooks done, the ConfigMap/addon-operator values not be updated.
I'm try to appned some JSON patch to
$CONFIG_VALUES_JSON_PATCH_PATH
in someModule's hooks, but after all hooks done, theConfigMap/addon-operator
values not be updated.such as:
and then
kubectl -n test get cm/addon-operator -o=yaml
but the values of configmap not updated.
Environment:
The text was updated successfully, but these errors were encountered: