Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Helm template handler for Helm storage backend #672

Closed
Tracked by #650
pkosiec opened this issue Mar 16, 2022 · 0 comments · Fixed by #685
Closed
Tracked by #650

Implement Helm template handler for Helm storage backend #672

pkosiec opened this issue Mar 16, 2022 · 0 comments · Fixed by #685
Assignees
Labels
area/hub Relates to Hub enhancement New feature or request
Milestone

Comments

@pkosiec
Copy link
Member

pkosiec commented Mar 16, 2022

Description

Implement the storage backend that supports helm templating:

  • Implement as a part of the same binary of the Helm release storage (cmd/helm-storage-backend)
  • Create dedicated Type for a given Storage backend TypeInstance
    - In context: go template + helm release name + namespace
  • Implement templating support:
    • Template passed in context to the storage backend - it is specified and stored in Local Hub on create/update
    • The service renders the template against the manifests and values for the installed release, and returns the output
    • (Almost) the same logic that we have currently in Helm Runner

Related issues

See epic #650

@pkosiec pkosiec changed the title Helm template backend implementation [2MD] Helm template backend implementation Mar 16, 2022
@pkosiec pkosiec added this to the 0.7.0 milestone Mar 16, 2022
@pkosiec pkosiec added enhancement New feature or request area/hub Relates to Hub labels Mar 16, 2022
@pkosiec pkosiec changed the title Helm template backend implementation Implement Helm template backend handler Mar 16, 2022
@pkosiec pkosiec changed the title Implement Helm template backend handler Implement Helm template handler for Helm storage backend Mar 16, 2022
@mszostok mszostok self-assigned this Mar 22, 2022
@pkosiec pkosiec closed this as completed Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hub Relates to Hub enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants