how to apply/add additional kustomize #502
-
Hello,
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
think that might be something for the README or a wiki. I was struggling with the same issue. The way how I do it right now is just to add the like so
and than define a
what's possible you can lookup here: https://docs.k3s.io/helm#using-the-helm-crd hope that helps, cheers |
Beta Was this translation helpful? Give feedback.
-
@marsch Exactly! Thanks for sharing the info. |
Beta Was this translation helpful? Give feedback.
think that might be something for the README or a wiki. I was struggling with the same issue. The way how I do it right now is just to add the
extra-manifests/kustomization.yaml.tpl
like so
and than define a
HelmCart
within the files. p.e.:what's possible you can lookup here: https://docs.k3s.io/helm#using-the-helm-crd
h…