Following the instructions to install on an EKS cluster, using
aws manifest
Matthew-King-MacBook-Pro:deploy matthewking$ yq eval '.metadata.name = "'${KUBEFLOW_DEPLOYMENT_NAME}'"' ${KFDEF} > ${KFDEF}.tmp && mv ${KFDEF}.tmp ${KFDEF}
usage: yq [-h] [--yaml-output] [--yaml-roundtrip] [--width WIDTH]
[--indentless-lists] [--in-place] [--version]
[jq_filter] [files ...]
yq: error: argument files: can't open '.metadata.name = "kubeflow"': [Errno 2] No such file or directory: '.metadata.name = "kubeflow"'
Matthew-King-MacBook-Pro:deploy matthewking$
Receive the error above when attempting to run.