From 56496becb31a378e1b8d6ea520294d6f0b4a3c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= Date: Thu, 23 Feb 2023 07:41:24 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=B5=EC=85=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repoadd.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/repoadd.md b/repoadd.md index 715d7ca..29dc1a3 100644 --- a/repoadd.md +++ b/repoadd.md @@ -3,11 +3,25 @@ ## 추가 ``` -helm repo add [레포이름] [레포주소] +helm repo add [레포이름] [레포주소] [플레그] helm repo update ``` ## 확인 ``` helm repo list +``` + +## 옵션 +``` + --allow-deprecated-repos 기본적으로, 이 명령은 영구적으로 삭제된 공식 저장소를 추가하는 것을 허용하지 않으며, 이 옵션을 통해 해당 동작을 비활성화. + --ca-file string 이 CA 번들을 사용하여 HTTPS 사용 서버의 인증서를 확인 + --cert-file string 이 SSL 인증서 파일을 사용하여 HTTPS 클라이언트 식별 + --force-update 레포지터리가 이미 있는 경우 교체(덮어쓰기) + -h, --help helm repo add 명령어에 대한 도움말 + --insecure-skip-tls-verify 저장소에 대한 TLS 인증서 검사 건너뛰기 + --key-file string 이 SSL 키 파일을 사용하여 HTTPS 클라이언트 식별 + --no-update 무시. 이전에는, 강제 업데이트를 비활성화하기 위해 사용. force-update 에 의해 향후 미사용 + --password string 차트 저장소 비밀번호 + --username string 차트 저장소 사용자 이름 ``` \ No newline at end of file