Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.63 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.63 KB

helm-charts

Helm repository of the following charts:

Usage

Add repository first:

helm repo add kostiantyn-matsebora https://kostiantyn-matsebora.github.io/helm-charts/

Install/upgrade helm chart using your custom values (for instance storage-provisioner):

# Storage provisioner
helm upgrade deployment-restarter kostiantyn-matsebora/storage-provisioner --install --values ./custom-values.yaml

# Deployment restarter
helm upgrade deployment-restarter kostiantyn-matsebora/k8s-deployment-restarter --install --values ./custom-values.yaml

# oauth2-proxy OIDC
helm upgrade oauth2-proxy kostiantyn-matsebora/oauth2-proxy-oidc --install --values ./custom-values.yaml

# Custom CoreDNS
helm upgrade coredns-custom kostiantyn-matsebora/coredns-custom --install --values ./custom-values.yaml

# Any application
helm upgrade myapp kostiantyn-matsebora/application --install --values ./custom-values.yaml