Open
Description
Is your feature request related to a problem? Please describe.
For compatibility with using deploy keys with ArgoCD it is necessary to be able to generate SSH keypair secrets with data sshPrivateKey
rather than the default ssh-privatekey
.
Other use cases may also require the SSH public and private keys to use custom data names.
Describe the solution you'd like
Perhaps add spec.sshPrivateKeyDataName
and spec.sshPublicKeyDataName
to SSHKeyPair custom resource to allow overriding the defaults?
Describe alternatives you've considered
I've been unable to come up with a reasonable alternative.
Additional context
n/a