The Wayback Machine - https://web.archive.org/web/20211202153247/https://github.com/topics/helm-chart
Skip to content
#

helm-chart

Here are 455 public repositories matching this topic...

alekskar
alekskar commented Jun 18, 2020

Is your feature request related to a problem? Please describe.
Vault has backends for AWS like dynamo and s3. However to use them you should provide credentials. AWS support 2 solutions to eliminate this. IAM roles for Service Accounts and Instance profile roles.
Due to some unknown reason vault requires more time to start when using dynamic creds than explicit definition keys in s3 block o

gtrog
gtrog commented May 14, 2020

What would you like to be added: I'd like to add the ability to map custom annotations to custom field names, allowing you to set custom fields using custom annotations values.

An example values file for logging might look like this:

customMetadataAnnotations:
  - name: "application"
    annotation: "splunk.com/application-field"

And then, by specifying an annotation `splun

lucasreed
lucasreed commented Nov 5, 2021

It shouldn't be too difficult to build a list of api-versions from the cluster currently connected (kubectl api-versions) and construct a helm template command that includes each of those using the following syntax:

--api-versions v1 \
--api-versions apps/v1 \
...

This would be a big value add over the base helm template command.

armab
armab commented Sep 8, 2021

Currently, we're relying on CircleCI large container size that provides 4CPUs & 15GB RAM which is a paid feature we won't be able to afford in the future:
https://github.com/StackStorm/stackstorm-ha/blob/3ba85e6c584229e21cf41e2d19ec14f2bef4ffcc/.circleci/config.yml#L52-L55

  1. Switch to a smaller CircleCI container size
  2. Replace K8s with a lightweight distribution like K3s or K0s that'll fit

Improve this page

Add a description, image, and links to the helm-chart topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the helm-chart topic, visit your repo's landing page and select "manage topics."

Learn more