rtang03/fabric-cd

unable to deploy argo workflow via Argo CD

Closed this issue · 1 comments

I attempt to deploy Argo Workflow via Argo CD with GitOps approach; which replace conventional helm install. But failed.

Below error is ambiguous; it may come from

  • Argo Workflow's built-in Helm has no helm secret plugin
  • OR, something wrong with Istio.
❯ helm template ../argo-app --set ns=argo,path=argo,target=dev-0.1,rel=argo-org1,file=values-argo.yaml | argocd app create -f -
FATA[0003] rpc error: code = InvalidArgument desc = application spec is invalid: InvalidSpecError: Unable to generate manifests in argo: rpc error: code = Unknown desc = `helm repo add istio.io https://storage.googleapis.com/istio-prerelease/daily-build/master-latest-daily/charts` failed exit status 1: Error: plugin "secrets" exited with error

The possible next attempt is to create a custom Argo Workflow, with helm-secret installed.

But this is medium- priority; try it later.

This issue has been workaround.