Skip to content

Fix the mixed up ingress annotations

After we added the annotations for the dedicated ingress, the annotations for all of the ingresses mixed up due to we merged the individual ingress annotations to the global.

Instead, we should merge the global to local but not reserved:

merge Ref:

Merge two or more dictionaries into one, giving precedence to the dest dictionary:

$newdict := merge $dest $source1 $source2
This is a deep merge operation.

Merge request reports