I have a secret created by VaultStaticSecret as below:
And in the same chart I would like to refer to the "access_key_id" and "secret_access_key" from the configmap by "lookup":
The values of "access_key_id" and "secret_access_key" failed to be populated though I added "pre-install" hook in the VaultStaticSecret, seems the configmap is always created before secret, unless the secret is created beforehand.
Is there anyway I can achieve this goal?