kyma-incubator/compass

Update the Compass installation document

majakurcius opened this issue · 1 comments

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.

Took an year and a half, but the issue is fixed - new mechanism to copy the configmap is present