Skip to content

build-deploy-pipeline/helm-charts

Repository files navigation

helm 차트 배포 방법

  1. helm chart 생성
  2. helm chart 패키징
helm package {chart 경로}
  1. helm chart index.yaml 생성
helm repo index --url https://github.com/build-deploy-pipeline/helm-charts .
  1. index.yaml에서 각 chart url 수정
  2. git push
git add index.yaml
git commit -m "{message}"
git push

helm 차트 사용방법

helm repo add my-repo https://build-deploy-pipeline.github.io/helm-charts/
helm repo update
helm search repo my-repo

참고자료

About

helm 차트

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages