Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Apr 26, 2024
1 parent 3ac5ad9 commit 7354465
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ spec:
containers:
- name: oomkillwatchd
image: "your-image-here"
command: ["/bin/bash"]
args: ["-c", 'gcloud container clusters get-credentials {clustername} && /app/oomkill-watch -slack {channel}']
command:
- '/bin/bash'
- '-c'
- |
gcloud container clusters get-credentials {clustername} && /app/oomkill-watch -slack {channel}
...
```

0 comments on commit 7354465

Please sign in to comment.