cloudfoundry / korifi

Cloud Foundry on Kubernetes
Apache License 2.0
314 stars 61 forks source link

[Chore]: Make cf-k8s-controllers KpackImageTag and PackageRegistryBase tolerant to trailing slashes #317

Closed Birdrock closed 2 years ago

Birdrock commented 2 years ago

Background

Current, KpackImageTag and PackageRegistryBase must be specified without a trailing slash. It should be tolerant to these specified with or without a trailing slash.

Action to take

Add toleration for trailing slashes.

Impact

Medium impact, as it will mitigate potential configuration issues. Small effort to resolve.

Dev Notes

The relevant code snippets are here:

Birdrock commented 2 years ago

Resolved with #318