We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a0e391 + 2e85122 commit f5c4745Copy full SHA for f5c4745
helm/templates/agent.yaml
@@ -39,6 +39,7 @@ rules:
39
- apps
40
- batch
41
- rbac.authorization.k8s.io
42
+ - autoscaling
43
resources:
44
- pods
45
- deployments
@@ -51,6 +52,7 @@ rules:
51
52
- clusterrolebindings
53
- serviceaccounts
54
- nodes
55
+ - horizontalpodautoscalers
56
verbs:
57
- get
58
- list
@@ -267,6 +269,7 @@ webhooks:
267
269
- gitops.weave.works
268
270
- kustomize.toolkit.fluxcd.io
271
- helm.toolkit.fluxcd.io
272
273
274
- namespaces
275
@@ -293,6 +296,7 @@ webhooks:
293
296
- kustomizations
294
297
- helmreleases
295
298
- ocirepositories
299
300
timeoutSeconds: 5
301
failurePolicy: {{ .Values.failurePolicy }}
302
admissionReviewVersions: ["v1", "v1beta1"]
0 commit comments