Skip to content

Commit

Permalink
Adding the OutboundWebhook CRD and permissions to the helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdh7 committed Oct 10, 2024
1 parent fc75f85 commit 947a2ad
Show file tree
Hide file tree
Showing 2 changed files with 394 additions and 0 deletions.
35 changes: 35 additions & 0 deletions charts/coralogix-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,46 @@ rules:
- get
- patch
- update
- apiGroups:
- coralogix.com
resources:
- outboundwebhooks
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- coralogix.com
resources:
- outboundwebhooks/finalizers
verbs:
- update
- apiGroups:
- coralogix.com
resources:
- outboundwebhooks/status
verbs:
- get
- patch
- update
- apiGroups:
- monitoring.coreos.com
resources:
- prometheusrules
- alertmanagerconfigs
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
Loading

0 comments on commit 947a2ad

Please sign in to comment.