cloudcontrol
cloudcontrol copied to clipboard
Hint for Tanzu skip verify wrong
The "false" default hint here: https://github.com/dodevops/cloudcontrol/blob/6786e443ca51b90fbe65d8fc2c2f8f18f37801ba/feature/kubernetes/feature.yaml#L45 is wrong, since the logic works on a "yes"/"no" base, see here: https://github.com/dodevops/cloudcontrol/blob/6786e443ca51b90fbe65d8fc2c2f8f18f37801ba/feature/kubernetes/install-tanzu.sh#L20 so the hint has to be rather "no" than "false".