helm-chart
Here are 455 public repositories matching this topic...
-
Updated
Aug 19, 2020 - Smarty
-
Updated
Dec 2, 2021 - Shell
-
Updated
Dec 2, 2021 - Go
-
Updated
Dec 2, 2021 - Go
-
Updated
Dec 2, 2021 - Mustache
-
Updated
Dec 2, 2021 - Python
-
Updated
Nov 18, 2021 - Go
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
-
Updated
Jun 20, 2021 - Go
-
Updated
Nov 18, 2021 - Smarty
-
Updated
Dec 1, 2021 - 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
Dec 1, 2021 - 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
Dec 2, 2021 - Go
-
Updated
Feb 15, 2021 - Java
-
Updated
Dec 2, 2021 - Shell
-
Updated
Mar 31, 2020 - Shell
-
Updated
Dec 2, 2021 - Dockerfile
-
Updated
Jun 22, 2021 - Shell
-
Updated
Jan 30, 2021
-
Updated
Apr 8, 2021 - Mustache
-
Updated
Nov 30, 2021 - Java
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
- Switch to a smaller CircleCI container size
- 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.
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