quarkiverse / quarkus-argocd

An ArgoCD extension for Quarkus
https://docs.quarkiverse.io/quarkus-argocd/dev
Apache License 2.0
0 stars 2 forks source link

Application CR created won't work as helm chart is not published on a git repository #35

Open cmoulliard opened 1 month ago

cmoulliard commented 1 month ago

Issue

The Application CR created won't work when deployed on a cluster as the helm chart generated is not available under .helm but instead under ./target folder which is of course not published on the git repository

spec:
  destination:
    server: https://kubernetes.default.svc
  project: default
  source:
    helm:
      valueFiles:
      - values.yaml
    path: .helm/kubernetes/code-with-quarkus
    repoURL: https://github.com/ch007m/code-with-quarkus.git

@iocanel

iocanel commented 1 month ago

The install command, is meant to warn users about it. If this is not the case then it should be considered a bug.