"Helm create"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
27번째 줄: 27번째 줄:


==같이 보기==
==같이 보기==
{{z컬럼3|
* [[helm pull]]
* [[helm 명령어]]
* [[helm 명령어]]
* [[helm install --dry-run]]
* [[mychart/Chart.yaml]]
* [[mychart/Chart.yaml]]
* [[mychart/.helmignore]]
* [[mychart/.helmignore]]
33번째 줄: 36번째 줄:
* [[mychart/templates/_helpers.tpl]]
* [[mychart/templates/_helpers.tpl]]
* [[mychart/templates/NOTES.txt]]
* [[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/serviceaccount.yaml]]
* [[mychart/templates/ingress.yaml]]
* [[mychart/templates/tests/test-connection.yaml]]
* [[mychart/templates/tests/test-connection.yaml]]
* [[mychart/templates/hpa.yaml]]
}}
* [[mychart/templates/service.yaml]]
* [[mychart/templates/deployment.yaml]]


==참고==
==참고==

2023년 9월 21일 (목) 11:52 기준 최신판

1 개요[ | ]

helm create
tester@localhost:~$ helm create mychart
Creating mychart
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 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}