argoproj-labs / argocd-vault-plugin

An Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes secrets
https://argocd-vault-plugin.readthedocs.io
Apache License 2.0
784 stars 185 forks source link

Add ARGOCD_ENV_ prefix to AVP_SECRET variable in configuration documentation #651

Open IvanVojtko opened 5 days ago

IvanVojtko commented 5 days ago

Description

All environment variables should start with ARGOCDENV, when configuring multitenancy using documentation, it doesn't work as documentation mentions only AVP_SECRET which doesn't exists, variable should be referenced as ARGOCD_ENV_AVP_SECRET.

Fixes: <! -- link to issue -->

Checklist

Please make sure that your PR fulfills the following requirements:

Type of Change

Other information