Is there a guide to what data items are available to the templating engine used by the Vault Secrets Operator? Specifically, the ‘.Metadata’ item - the documentation suggests that this contains the metadata of the secret being created, yet using ‘get .Metadata “name”’ or ‘get .Metadata “namespace”’ returns empty values, even though these items might reasonable be expected to always exist.
Or am I simply using it wrong?