ArgoCD Vault Plugin Demo Repository
This repository contains a bunch of demo sources to demo function of ArgoCD Vault Plugin within Catena-X Consortia environments:
app/plain-avp
uses AVP without any additional stuffkustomize
used AVP in conjunction with Kustomizecharts/*
contains to Helm charts with configured AVP placeholders
A very simple Helm chart, deploying 2 secrets.
The same two secrets will be deployed, plus a dependency (MariaDB) with some changes to the dependency Helm Chart
in values.yaml
.
Same Helm chart as avp-demo2, but this time values.yaml
is empty. Changes are provided in apps/argo-helm3.yaml
as inline Helm values.
Once again the same Helm chart, with an empty default values.yaml
file but simulating environment specific settings using values-demo.yaml
.
In apps
folder ArgoCD applications definitions are provided to deploy the demo apps to your ArgoCD instance.