Skip to content

Commit

Permalink
Merge pull request #185 from weaveworks/add-helmcharts-rbacs
Browse files Browse the repository at this point in the history
add helmcharts in resources group to get the required rbacs for agent
  • Loading branch information
waleedhammam authored Jun 18, 2023
2 parents a470570 + 823f99c commit bf5a064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ webhooks:
- helmreleases
- ocirepositories
- horizontalpodautoscalers
- helmcharts
timeoutSeconds: 5
failurePolicy: {{ .Values.failurePolicy }}
admissionReviewVersions: ["v1", "v1beta1"]
Expand Down Expand Up @@ -403,6 +404,7 @@ webhooks:
- helmreleases
- ocirepositories
- horizontalpodautoscalers
- helmcharts
timeoutSeconds: 5
failurePolicy: {{ .Values.failurePolicy }}
admissionReviewVersions: ["v1"]
Expand Down

0 comments on commit bf5a064

Please sign in to comment.