Review App's `shared-secrets` job fail with a `BackoffLimitExceeded` error
By looking at the pod's logs, we can see the following error:
error: exactly one NAME is required, got 3
According to the kubectl
documentation, the secret name should come as the first argument:
$ generic NAME [--type=string] [--from-file=[key=]source] [--from-literal=key1=value1] [--dry-run]
Edited by Rémy Coutable