Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Non-string template variables (alt: template overrides from git) #287

@dominykas

Description

@dominykas

I have a bunch of applications loaded from git.

Sometimes we need to stop syncing per application.

It seems there is currently no way to achieve this? If I got it right:

  • You cannot set syncPolicy.automated.selfHeal to '{{ autoSync }}' as selfHeal needs to be a boolean. Having only strings as variables is quite a heavy limitation
    • Another place where I have this issue is valueFiles for Helm, which are also app dependent, but this can be worked around by providing a single concatenated string as the list item
  • You cannot load generated templates when using git generator?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions