Skip to content

Commit

Permalink
Add pod rbac to helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoss committed Feb 10, 2023
1 parent 270f30b commit 5cf5295
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions charts/agent-stack-k8s/templates/rbac.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ rules:
- list
- watch
- create
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
1 change: 0 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ Digest: \`$agent_digest\`
EOF

gh release edit "$tag" -F dist/body.txt
git checkout dist

0 comments on commit 5cf5295

Please sign in to comment.