Skip to content

htaic/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-charts

Repository for public helm charts

Helpful repository references

https://github.com/ameijer/k8s-as-helm

Helm Workflow

image

graph LR
    C{Public Repo: Helm Charts}
    C -->|Passes Down Charts| D[Private Repo: Other app]
    C -->|Passes Down Charts| E[Private Repo: auth-services] 
    D --> F[fa:fa-cloud AWS]
    E --> F[fa:fa-cloud AWS]

    id1>Local DevVaules.yaml in Private Repos will overide helm values] --> E[Private Repo: auth-services]

    click C "https://github.com/htaic/helm-charts" _blank
    click F "https://us-west-2.console.aws.amazon.com/eks/home?region=us-west-2#/clusters" _blank