runtime
runtime copied to clipboard
Install acorn with existing encryption key-pair
Hi,
is it somehow possible to install acorn with an existing encryption key-pair? The acorn-XXX-enc-keys secret(s) in the acorn-system namespace seems to hold the keys. But the name changes on every cluster creation. I wanne use the same encrypted secrets on different development environments (mostly minikube). Always reencrypting the secrets doesn't seem very comfortably. Using sealed secrets it's possible to save the keys and restore it on deployment if needed.