Saving a secret using an alias

Hello Community,

I am currently working on helm chart that I am trying to install.
To do this, I need to save a secret using an alias. The defined alias needs to be added to my config file of the Helm chart.
I haven’t been able to find anything online, and I am unsure how to properly define the alias. When I try to install the helm chart, I’m getting a 404 error .
For example, I save my secret under “secret/application” with value=“secret123”. What would be the alias in this case?

Thank you in advance!