workwithprashant
workwithprashant
**Environment:** - ArgoCD: 2.10.2 - argo-cd-helmfile: v0.3.10 **Private Repository in Helmfile.yaml** ``` repositories: - name: C3SP-Helm-Charts url: {{ fetchSecretValue (.StateValues | get "C3SP_HELM_REPO_URL" "secretref+k8s://v1/Secret/argo/argo-server-sso/helm-repo-url") }} username: {{ fetchSecretValue (.StateValues |...
Please refer to jkroepke/helm-secrets#445 When I use `secretref+k8s` to fetch secrets from Kubernetes Secret object within same namespace argo while creating app in ArgoCD, it throws an error. ``` Unable...
* Added optional `gitDirectory` parameter so that user can provide GIT directory path instead of current directory * Updated various library versions