Skip to content

How to deal with simple kubernetes definitions that don't have a chart #1157

@Vad1mo

Description

@Vad1mo

This is more of a questions. There are more and more CRDs in the wild nowdays and they all come with their own CRs that of course don't come with a Chart.

If I want to keep my helm/helmfile workflow what options do I have to use and parametrize vanilla kubernetes deployment descriptors?

This is what comes into my mind if I want to do that with helmfile

  • postsync
    ❓ What about passing values from helmfile to kubernetes deployment descriptors?
  • creating a chart
    🤔 Overkill for a simple CR
  • Helm Incubator/Raw Chart
    😒 raw helm, kind of same as postsync
  • Helmfile + Kustomize

What options are also possible to accomplish the same goal?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions