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
The controller may panic depending on the HOSTNAME defined. This is not a problem when running as a pod with the default source-controller name, however, it fails when users try to run the controller on their local machines if RUNTIME_NAMESPACE is non empty and their machine names does not contain hyphens.
@EdwinWalela we should be able to remove that if block (and the two comments above it) completely and just rely on the storageAddr that is passed in. Are you keen on proposing a PR for this?
The controller may panic depending on the
HOSTNAME
defined. This is not a problem when running as a pod with the defaultsource-controller
name, however, it fails when users try to run the controller on their local machines ifRUNTIME_NAMESPACE
is non empty and their machine names does not contain hyphens.https://github.com/fluxcd/source-controller/blob/main/main.go#L317-L321
The text was updated successfully, but these errors were encountered: