helm (1) 썸네일형 리스트형 [Helm] popular commands 새로운 helm chart 생성 helm create Lint Error check helm lint ./ # Template에 있는 value를 보고 싶을 때 helm template ./ # Dry run: 설치 전 manifest file을 보고 싶을 때 helm install --dry-run -deug ./ # 설치 helm install # 설치된 것 확인 helm list # 지우기 helm delete # Update helm upgrade --install -f i.e) helm upgrade --install my-sample_service ./my-sample-service-helm -f ./my-sample-service-helm /others/custom-values.yml 이전 1 다음