Skip to content

Commit

Permalink
Fix hook & rbac pods
Browse files Browse the repository at this point in the history
  • Loading branch information
Negashev committed Jan 3, 2024
1 parent fcba2e3 commit f78b1a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions chart/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ rules:
- servicemonitors
verbs:
- "*"
- apiGroups:
- ""
verbs:
- "*"
resources:
- pods
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/remove-event-sensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ spec:
parameters:
- src:
dependencyName: remove-dep
dataKey: wf
dataKey: body.wf
dest: spec.containers.0.args.4

0 comments on commit f78b1a3

Please sign in to comment.