Describe the bug
I want to enforce a specific URL for an ingress/gateway api resource by defining the forecastle.stakater.com/url annotation, this URL contains characters like # but this character gets encoded to %23.
To Reproduce
Set an annotation like forecastle.stakater.com/url: "http://localhost/select/vmui/#/?accountID=1&projectID=0"
Expected behavior
Keep the URL like it's defined in the annotation without encoding values.
Screenshots
n/a
Environment
- Operator Version: 1.2.0
- Kubernetes/OpenShift Version: 1.35.2
Additional context
n/a
Describe the bug
I want to enforce a specific URL for an ingress/gateway api resource by defining the forecastle.stakater.com/url annotation, this URL contains characters like
#but this character gets encoded to%23.To Reproduce
Set an annotation like
forecastle.stakater.com/url: "http://localhost/select/vmui/#/?accountID=1&projectID=0"Expected behavior
Keep the URL like it's defined in the annotation without encoding values.
Screenshots
n/a
Environment
Additional context
n/a