helm-chart
Here are 497 public repositories matching this topic...
-
Updated
Dec 6, 2021 - Mustache
-
Updated
Feb 17, 2022 - Shell
-
Updated
Feb 15, 2022 - Go
-
Updated
Feb 18, 2022 - Go
-
Updated
Feb 21, 2022 - Python
-
Updated
Feb 19, 2022 - Go
<
What would you like to be added:
We need to make a PR to this repo https://github.com/aws-samples/amazon-ecs-firelens-examples to be listed with examples for customers
Why is this needed:
ease of use to get started when customers try firelens
-
Updated
Feb 18, 2022 - Smarty
-
Updated
Jun 20, 2021 - Go
-
Updated
Jan 8, 2022 - Shell
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.
-
Updated
Feb 18, 2022 - Python
The upstream issues got closed. It is referenced in:
- helm/charts/hydra-maester/values.yaml#L66
- [helm/charts/keto/values.yaml#L34](https://github.com/ory/k8s/blob/47329d4a0f0295b7c745d849e51a6867bc25b05e/helm/chart
-
Updated
Nov 28, 2018 - Dockerfile
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Checked that your issue isn't already filled: https
-
Updated
Feb 16, 2022 - Go
-
Updated
Feb 15, 2021 - Java
-
Updated
Feb 18, 2022 - Shell
-
Updated
Feb 21, 2022 - Dockerfile
-
Updated
Mar 31, 2020 - Shell
-
Updated
Jun 22, 2021 - Shell
-
Updated
Jan 30, 2021
Is your feature request related to a problem? Please describe.
Add UI v2 to Helm Charts https://hub.docker.com/r/temporalio/ui/tags
Describe the solution you'd like
-
Updated
Feb 11, 2022 - Mustache
Currently we have labeled our Deployments, Pods, and Jobs and other k8s resources with:
metadata:
labels:
app: st2auth # or st2api, st2actionrunner, st2web, etc
tier: backend # or frontend
vendor: stackstorm
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
selector:
matchLabels:
-
Updated
Feb 20, 2022 - Java
-
Updated
Jan 13, 2022 - Shell
Improve this page
Add a description, image, and links to the helm-chart topic page so that developers can more easily learn about it.
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."
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