Skip to content
#

helm-chart

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

mirkoszy
mirkoszy commented Oct 22, 2021

Currently there is no possibility to annotate kubernetes Service Account. Moreover it is impossible to not create SA. I am facing this issue in GCP while configuring Workload Identity. Annotation about binding k8s service account to GCP SA has to be added. [1]

apiVersion: v1
kind: ServiceAccount
metadata:
  annotations:
    iam.gke.io/gcp-service-account: GSA_NAME@PROJECT_ID.iam.gservi
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