From 1bfed850aa1bad20a71cd1f6375cd748e2ab5ac9 Mon Sep 17 00:00:00 2001 From: shclub Date: Thu, 22 Sep 2022 11:37:41 +0900 Subject: [PATCH] kustomized edit modified --- argocd_hands_on.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/argocd_hands_on.md b/argocd_hands_on.md index 66efd0f..99b3f0b 100644 --- a/argocd_hands_on.md +++ b/argocd_hands_on.md @@ -1004,7 +1004,7 @@ spec:
-kustomize 적용 +> kustomize 적용 ```bash kubectl apply -k https://github.com/shclub/edu6/overlays/development/ @@ -1012,6 +1012,10 @@ kubectl apply -k https://github.com/shclub/edu6/overlays/development/
+> 이미지 수정 + +
+ 이제 이미지를 수정을 해 보도록 하겠습니다. 먼저 소스를 git clone으로 다운 받습니다.