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 suspect helm charts created with macosx have an issue where my ingress was not getting matched because the file had \r\n instead of \n like in the map file.
my workaround was to use the following mapping
@phntom This is what the map file is for. It gives the flexibility to change string as need be. It is a simple workaround tool and as such want to keep the implementation as is.
i suspect helm charts created with macosx have an issue where my ingress was not getting matched because the file had \r\n instead of \n like in the map file.
my workaround was to use the following mapping
newAPI: "apiVersion: networking.k8s.io/v1\nkind: Ingress\n"
but i'm sure a quick string replace would be a better solution for this.
The text was updated successfully, but these errors were encountered: