You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
helm template
orhelmfile template
will generate directories and charts withoutChart.yaml
for example
helmfile template --output-dir-template $(pwd)/gitops//{{.Release.Namespace}}
will generate the following directories structure.
there is no
Chart.yaml
So when I create an application chart like this
traefik
will not be properly installed.I have been googling around and trying to find the answer but I couldn't find it.
Can argocd support installing the sub-charts without
Chart.yaml
? Or do I have to manually create that one by one?Beta Was this translation helpful? Give feedback.
All reactions