Skip to content

Commit 8ae0b72

Browse files
committed
remove conflict marker
1 parent 497e2cc commit 8ae0b72

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/ja/docs/reference/kubectl/cheatsheet.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,6 @@ kubectl get pods -o json | jq -c 'path(..)|[.[]|tostring]|join(".")'
214214

215215
## リソースのアップデート
216216

217-
<<<<<<< HEAD
218-
=======
219-
220-
>>>>>>> 8d357bf1e (finished translating cheartsheet.md)
221217
```bash
222218
kubectl set image deployment/frontend www=image:v2 # frontend Deploymentのwwwコンテナイメージをv2にローリングアップデートします
223219
kubectl rollout history deployment/frontend # frontend Deploymentの改訂履歴を確認します

0 commit comments

Comments
 (0)