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
It is not well-documented, but the tool does not change any of its behavior based on the passed helm values.
Helm value passing feature is a "use-at-your-own-risk" feature for the users who know what they are doing. So it is quite possible to break the application by overriding the Helm values.
At the moment, sshd.service.port Helm value is only used internally by the local strategy, and there is no way for the user to use a different port.
Describe the bug
I have configured a custom port number in the
values.yaml
:But in the destination port I see that it still tries to connect to the default port:
I think there should be
[email protected]:2222
, right?To Reproduce
Steps to reproduce the behavior:
values.yaml
:pv-migrate --helm-values ./values.yaml
Expected behavior
All should work fine.
Console output
Version
v1.27.8
containerd://1.4.4-k3s2
pv-migrate
version and architecture: version 1.7.1 (commit: 1affa11) (build date: 2023-10-09T21:56:55Z)ReadWriteMany, 2G, rook-ceph
->ReadWriteMany, 2G, rancher.io/local-path
The text was updated successfully, but these errors were encountered: