Update the Compass installation document
majakurcius opened this issue · 1 comments
majakurcius commented
Description
The command in the NOTE panel in the Compass installation document no longer works:
kubectl get configmap -n kyma-installer {OVERRIDE_NAME} -oyaml --export | kubectl apply -n compass-installer -f -
Apparently, --export
does not work with the new CLI.
Expected result
The command given in the documentation should do the trick.
Actual result
The command given returns an error.
Steps to reproduce
Follow this tutorial.
desislavaa commented
Took an year and a half, but the issue is fixed - new mechanism to copy the configmap is present