Skip to content

Commit

Permalink
fix: capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jirayut-opsta committed Oct 20, 2024
1 parent 5b5c84b commit 87cc69b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ securityContext:
seccompProfile:
type: RuntimeDefault
capabilities:
drop: ALL
drop:
- ALL
```
3 changes: 2 additions & 1 deletion iac/helm-values/opsta-line-bot-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ securityContext:
seccompProfile:
type: RuntimeDefault
capabilities:
drop: ALL
drop:
- ALL
3 changes: 2 additions & 1 deletion iac/helm-values/opsta-line-bot-prd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ securityContext:
seccompProfile:
type: RuntimeDefault
capabilities:
drop: ALL
drop:
- ALL

0 comments on commit 87cc69b

Please sign in to comment.