Git Product home page Git Product logo

Comments (2)

keithchong avatar keithchong commented on June 24, 2024

The "app details"-"parameters" panel does not currently support multiple source apps. It actually only shows the parameters from the first source.

Could you please attach your application manifest or if that's not possible, reduce it to show only the pertinent elements, including the sources field/element ?

from argo-cd.

gioppoluca avatar gioppoluca commented on June 24, 2024

Here is an example:

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: app-01-prod
  namespace: argocd
  finalizers:
  - resources-finalizer.argocd.argoproj.io
  annotations:
    recipients.argocd-notifications.argoproj.io: email:[email protected]
spec:
  destination:
    namespace: app-01-prod
    name: mycluster-prod01-argo-cluster
  project: appproj
  sources:
    - chart: app
      helm:
        releaseName: app-release-01
        valueFiles:
          - $values/gitops/customer-01/prod/values-prod.yaml
      repoURL: http://myrepo/artifactory/helm-projects
      targetRevision: 0.0.1
    - ref: values
      repoURL: https://mygit/products/app/app-envs.git
      targetRevision: 0.0.2

application.yaml and values-prod.yaml are placed both in the /gitops/customer-01/prod folder of the https://mygit/products/app/app-envs.git - there are different folder for other envs/customers
Since the targetRevision of the values.yaml is the one that defines the changes my interest is to be able to see that revision number not the one of the chart that being the generic infrastructure of the product stay the same

from argo-cd.

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.