skip to Main Content

argocd: why helm app not applying values.yml – Nginx

I would like to install a helm release using argocd, i defined a helm app declaratively like the following : apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: moon namespace: argocd spec: project: aerokube source: chart: moon2 repoURL: https://charts.aerokube.com/ targetRevision: 2.4.0 helm:…

VIEW QUESTION
Back To Top
Search