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으로 다운 받습니다.