Skip to content

Commit

Permalink
fix okg lifecycle yaml example (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: ChrisLiu <[email protected]>
  • Loading branch information
chrisliu1995 authored Nov 18, 2024
1 parent 97fb031 commit b4e6f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- image: registry.cn-beijing.aliyuncs.com/chrisliu95/minecraft-demo:probe-v0
name: minecraft
volumeMounts:
- name: gsState
- name: gsinfo
mountPath: /etc/gsinfo
volumes:
- name: gsinfo
Expand Down
2 changes: 1 addition & 1 deletion kruisegame/user-manuals/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- image: registry.cn-beijing.aliyuncs.com/chrisliu95/minecraft-demo:probe-v0
name: minecraft
volumeMounts:
- name: gsState
- name: gsinfo
mountPath: /etc/gsinfo
volumes:
- name: gsinfo
Expand Down

0 comments on commit b4e6f60

Please sign in to comment.