Skip to content

Commit

Permalink
add helmcharts in resources group to get the required rbacs for agent
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedhammam committed Jun 18, 2023
1 parent a470570 commit 823f99c
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 823f99c

Please sign in to comment.