Steps to reproduce:
1. Pull the image registry.redhat.io/openshift-gitops-1/argocd-rhel8:v1.2.1 run and exec into it.
2. After exec try to run command `[0]` will forward the arguments instead of exact version of it.
[0]
bash-4.4$ kustomize version
{Version:unknown GitCommit:$Format:%H$ BuildDate:1970-01-01T00:00:00Z GoOs:linux GoArch:amd64}Expected output:
It should show the exact version of kustomize.
Usecase: kustomize integration with ArgoCD and need to know what version of kustomize is shipping in Red Hat GitOps but it's not showing it up.