Add the support of NamespaceOverride for KubeSphere‘s images
Created by: pixiake
Signed-off-by: pixiake guofeng@yunify.com
What type of PR is this?
/kind bug
What this PR does / why we need it:
KubeKey supports NamespaceOverride and is only used for deploying kubenretes cluster. However, when deploying KubeSphere at the same time, this parameter has no effect on the images of KubeSphere. When all images use the same namespace, it will lead to the failure of installation.
Therefore, this pr adds the support of NamespaceOverride for KubeSphere‘s images.
None