We have little complex helmfile structure with dependencies , files, templates & multiple charts and the structure looks like below
When I;m trying to add one of the chart .. I see redis error but I feel this is the effect not the cause. Any help will be appreciated . thanks
Error:
Unable to save changes: application spec for app1 is invalid: InvalidSpecError: Unable to generate manifests in helmfile.d: rpc error: code = Unknown desc = dial tcp: lookup argocd-redis on 172.18.0.10:53: no such host
We have little complex helmfile structure with dependencies , files, templates & multiple charts and the structure looks like below
When I;m trying to add one of the chart .. I see redis error but I feel this is the effect not the cause. Any help will be appreciated . thanks
Error:
Unable to save changes: application spec for app1 is invalid: InvalidSpecError: Unable to generate manifests in helmfile.d: rpc error: code = Unknown desc = dial tcp: lookup argocd-redis on 172.18.0.10:53: no such host
ArgoCD manifest `project: default source: repoURL: 'https://my repo' path: helmfile.d/ targetRevision: my branch plugin: name: helmfile env:
name: HELMFILE_GLOBAL_OPTIONS value: '--environment region1 --file helmfile.d/helmfile.yaml --selector name=app1' destination: server: 'https://kubernetes.default.svc' namespace: be syncPolicy: {}`