From 906242ff536231b0591e88a1e9f5f154570a92fc Mon Sep 17 00:00:00 2001 From: Yann Soubeyrand Date: Sat, 21 Mar 2020 13:08:00 +0100 Subject: [PATCH] doc: add a link to the example application --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bffdca7..1576545 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ To pass these encrypted value files to Helm, just invoke Helm Sops with the same `helm template . --values secrets.yaml --values secrets-production.yaml` depending on how Helm Sops was deployed). +## Example application + +An example application as well as an example Argo CD setup to deploy it can be found [here](https://github.com/camptocamp/argocd-helm-sops-example). + ## Git diff helper The following script (`sops-git-diff-helper`) can be placed in the *PATH* to be used as a Git diff helper for Sops encrypted value files: