1 개요[ | ]
- helm create
Console
Copy
tester@localhost:~$ helm create mychart
Creating mychart
Console
Copy
tester@localhost:~$ find mychart/
mychart/
mychart/Chart.yaml
mychart/charts
mychart/templates
mychart/templates/_helpers.tpl
mychart/templates/NOTES.txt
mychart/templates/serviceaccount.yaml
mychart/templates/ingress.yaml
mychart/templates/tests
mychart/templates/tests/test-connection.yaml
mychart/templates/hpa.yaml
mychart/templates/service.yaml
mychart/templates/deployment.yaml
mychart/.helmignore
mychart/values.yaml
2 같이 보기[ | ]
- helm pull
- helm 명령어
- helm install --dry-run
- mychart/Chart.yaml
- mychart/.helmignore
- mychart/values.yaml
- mychart/templates/_helpers.tpl
- mychart/templates/NOTES.txt
- mychart/templates/deployment.yaml
- mychart/templates/hpa.yaml
- mychart/templates/ingress.yaml
- mychart/templates/service.yaml
- mychart/templates/serviceaccount.yaml
- mychart/templates/tests/test-connection.yaml
3 참고[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.