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
Specifically the annotations on the values.yaml files need to be changed from nginx.ingress.kubernetes.io/rewrite-target: '/' to nginx.ingress.kubernetes.io/rewrite-target: '/$1'.
All values files will need to be updated to reflect this change.
The text was updated successfully, but these errors were encountered:
Mojaloop chart does not support ingress 0.22.* or later due to the rewrite rules no longer being backwards compatible.
Refer to the following -> https://kubernetes.github.io/ingress-nginx/examples/rewrite/#rewrite-target
Specifically the annotations on the values.yaml files need to be changed from
nginx.ingress.kubernetes.io/rewrite-target: '/'
tonginx.ingress.kubernetes.io/rewrite-target: '/$1'
.All values files will need to be updated to reflect this change.
The text was updated successfully, but these errors were encountered: