From 823f99cc0b67ad72368dc32b1957bbb002846538 Mon Sep 17 00:00:00 2001 From: Waleed Hammam Date: Sun, 18 Jun 2023 15:03:15 +0300 Subject: [PATCH] add helmcharts in resources group to get the required rbacs for agent --- helm/templates/agent.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/templates/agent.yaml b/helm/templates/agent.yaml index 8eecdc5..dc502dd 100644 --- a/helm/templates/agent.yaml +++ b/helm/templates/agent.yaml @@ -301,6 +301,7 @@ webhooks: - helmreleases - ocirepositories - horizontalpodautoscalers + - helmcharts timeoutSeconds: 5 failurePolicy: {{ .Values.failurePolicy }} admissionReviewVersions: ["v1", "v1beta1"] @@ -403,6 +404,7 @@ webhooks: - helmreleases - ocirepositories - horizontalpodautoscalers + - helmcharts timeoutSeconds: 5 failurePolicy: {{ .Values.failurePolicy }} admissionReviewVersions: ["v1"]