vault-secrets-operator
vault-secrets-operator copied to clipboard
Fix: Overwriting tls.crt and tls.key when using secret type kubernetes.io/tls for VaultPKISecret (#658)
Fixes #658
Thanks for the contribution @jacob-faber - I would be more in favour of making this change a bit simpler. We could just say that if there are any transformations defined for the destination then skip the hard coded data rendering.
@benashz, Do you think https://github.com/hashicorp/vault-secrets-operator/blob/33c087f40dd4590fa76e14b78684c6134bf1e204/controllers/vaultpkisecret_controller.go#L232-L234 should be skipped too?