Replies: 4 comments 4 replies
-
Is this |
Beta Was this translation helpful? Give feedback.
-
For those landing here who want to figure out how to configure AVP with helm, I recommend having a look at this page. I used the InitContainer and configuration via sidecar method: This config map worked for me:
I used the umbrella chart pattern to config the helm deployment:
and I stored the umbrella chart |
Beta Was this translation helpful? Give feedback.
-
Same problem we met
|
Beta Was this translation helpful? Give feedback.
-
“https://argo-cd.readthedocs.io/en/stable/operator-manual/config-management-plugins/#sidecar-plugin. We are required to utilize a new configuration method known as ConfigManagementPlugin, which is more cloud-native.” |
Beta Was this translation helpful? Give feedback.
-
In our project we are currently using the
argocd-vault-plugin
plugin and as we want to move to the latest ArgoCD versions we need to move from the old "ConfigMap" method of installing plugins, to the new sidecar pattern.However after following the docs to update our config we are getting the following error on every application deployment that uses this plugin (more or less all of them):
plugin sidecar failed. couldn't find cmp-server plugin with name argocd-vault-plugin-helm supporting the given repository
Presumably there is something in the docs we've missed or not properly understood.
Versions:
v2.6.7
5.19.12
3.13.3
ConfigManagementPlugin
config:Container config snippet:
Example of the plugin being called (example is the final rendered YAML from K8s, with some stuff cut out):
Beta Was this translation helpful? Give feedback.
All reactions