mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
17 lines
599 B
JSON
17 lines
599 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git -C /Users/alice/Projects/private/homelab/apps log --oneline -10)",
|
|
"Bash(git -C /Users/alice/Projects/private/homelab/apps remote -v)",
|
|
"Bash(git -C /Users/alice/Projects/private/homelab/apps config --list)",
|
|
"Bash(ls:*)",
|
|
"Bash(git -C /Users/alice/Projects/private/homelab/apps log --all --oneline --decorate -15)",
|
|
"Bash(git -C /Users/alice/Projects/private/homelab/apps branch -a)",
|
|
"Bash(helm dependency:*)",
|
|
"Bash(helm lint:*)",
|
|
"Bash(helm template:*)",
|
|
"Bash(kubectl get:*)"
|
|
]
|
|
}
|
|
}
|