question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Automatically fill in `.Capabilities` in Helm Charts

See original GitHub issue

These are typically filled in on the server (e.g., whether the API server supports RBAC or not). Helm Charts tend to use these values for doing things like determining the apiVersion to use for certain resources. If this is not filled in, it can fail in extremely confusing ways.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
RichardWLaubcommented, Nov 25, 2019

I’m running into an issue trying to enable a ServiceMonitor in the prometheus-cloudwatch-exporter chart.

Helm added a --api-versions flag to helm template that would allow me to enable it via helm template but I can’t with pulumi. https://github.com/helm/helm/pull/5392

Would it make sense to be able to pass in arguments to that --api-versions flag via pulumi so we can fill in .Capabilities?

0reactions
yann-soubeyrandcommented, Aug 27, 2022

I finally did it a little bit differently than what I thought, but I think I came up with a satisfactory implementation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Chart Development Tips and Tricks - Helm
This guide covers some of the tips and tricks Helm chart developers have learned while building production-quality charts. Know Your Template Functions. Helm ......
Read more >
Manage Auto-generated Secrets In Your Helm Charts - ITNEXT
This article will talk about the potential issues of some simple solutions and propose a more flexible solution based on Helm's lookup function....
Read more >
13 Best Practices for using Helm - Coder Society
This article features 13 best practices for creating Helm charts to manage your applications running in Kubernetes.
Read more >
Helm to configure and manage Kubernetes charts - IBM
Learn the basics of Helm, a package manager that creates repeatable builds ... Percent Complete: 5% ... Capabilities – Map of info about...
Read more >
Build Kubernetes Operators from Helm Charts in 5 steps
Helm Charts are useful for addressing the complexities of ... your apps into your Kubernetes cluster and gain Day 2 operations capabilities.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found