Open cmoulliard opened 1 month ago
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
.helm
./target
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
The install command, is meant to warn users about it. If this is not the case then it should be considered a bug.
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@iocanel