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

helm-chart

Here are 528 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

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.

Another caveat to keep in mi

enhancement good first issue pinned go
devopyos
devopyos commented Feb 18, 2022

Preflight checklist

  • I could not find a solution in the existing issues, docs, nor discussions.
  • I agree to follow this project's Code of Conduct.
  • I have read and am following this repository's Contribution Guidelines.
  • This issue affects my [Ory Clo
feat help wanted good first issue
cflanny
cflanny commented May 27, 2022

There is a service name mismatch between the 'wait-for-db' check helper and the service name for mongodb being created by the chart, specifically right here: https://github.com/StackStorm/stackstorm-k8s/blob/b6419e68a8f7235e03b1b878681370a29ba65839/templates/_helpers.tpl#L112

You are looking for {{ $.Release.Name }}-mongodb-headless when the service created matches `{{ $.Release.Name }}-mongo

bug good first issue

This is an example application to show howto use Spring Boot, Angular 13, Kafka with Streams and Mongodb with the reactive features of Spring in a clean architecture and a Helm chart for the Kubernetes setup.

  • Updated Jun 5, 2022
  • Java

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