Giter Site home page Giter Site logo

Comments (9)

travisghansen avatar travisghansen commented on August 16, 2024

Can you send over the application spec you’re trying to use?

from argo-cd-helmfile.

yagya23 avatar yagya23 commented on August 16, 2024

Below is the tree structure.

[acme@aks-worker myproj]$ tree .
.
├── deployment-tool
│   └── deployment-tool.tar.gz
├── ingress
│   ├── Chart.lock
│   ├── charts
│   │   └── nginx-ingress-1.27.2.tgz
│   ├── Chart.yaml
│   ├── README.md
│   ├── templates
│   │   ├── _helpers.tpl
│   │   ├── ingress.yaml
│   │   └── tls-secret.yaml
│   ├── values.schema.json
│   └── values.yaml
├── myapp
│   ├── Chart.lock
│   ├── Chart.yaml
│   ├── config
│   │   └── mycustom.properties
│   ├── README.md
│   ├── templates
│   │   └── my-deployment.yml
│   ├── values.schema.json
│   └── values.yaml
├── README.md
└── releases
├── acme
│   ├── config
│   │   └── mycustomwt.properties
│   ├── secrets
│   │   └── secrets-properties.yaml
│   └── values.yaml.gotmpl
└── helmfile.yaml

I am running it with my helmfile plugin with helm secrets installted in my custom image.

Giving RELEASE=acme here. It should take values from releases/acme/values.yaml.gotmpl file and refer other values from myapp/templates.

This is working file when i am doing helmfile sync on my local setup, but it is breaking using argocd ui.

from argo-cd-helmfile.

travisghansen avatar travisghansen commented on August 16, 2024

Does the application actually exist in argocd? I’m not clear if you’ve even made it past that point based on the error message.

If so I would suggest replicating the helmfile template command locally to make sure that works outside of the cluster with your charts etc

from argo-cd-helmfile.

yagya23 avatar yagya23 commented on August 16, 2024

No the application doesnt exist in argocd. I am trying to create in argocd it.
In my AKS environement when i do helmfile sync my application works fine.
But same application is not working using argocd.

from argo-cd-helmfile.

travisghansen avatar travisghansen commented on August 16, 2024

Can you successfully run helmfile template manually?

from argo-cd-helmfile.

yagya23 avatar yagya23 commented on August 16, 2024

yes.

from argo-cd-helmfile.

yagya23 avatar yagya23 commented on August 16, 2024

@travisghansen Any updates ?

from argo-cd-helmfile.

travisghansen avatar travisghansen commented on August 16, 2024

I'm not sure what to tell you on this one. Can you send the yaml definition of the argocd application to review? @mumoshu any thoughts here?

from argo-cd-helmfile.

yagya23 avatar yagya23 commented on August 16, 2024

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: acme
spec:
destination:
name: ''
namespace: acme
server: 'https://kubernetes.default.svc'
source:
path: wnccloud/releases
repoURL: 'https://gitrepourl'
targetRevision: HEAD
plugin:
name: helmfile
env:
- name: RELEASE
value: acme
project: default

from argo-cd-helmfile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.