Skip to content

Commit 3cc410c

Browse files
authored
Merge pull request #25086 from bassaer/fix-jp-cheatsheet
remove a conflict marker from Japanese cheatsheet.md
2 parents f732e8e + 8ae0b72 commit 3cc410c

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)