Skip to content

Commit

Permalink
fix(kyverno): breaking changes on minor update wow
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Oct 29, 2024
1 parent f1c457a commit d132672
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 29 deletions.
60 changes: 32 additions & 28 deletions kubernetes/main/apps/kyverno/kyverno/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,45 +28,49 @@ spec:
grafana:
enabled: true
admissionController:
replicas: 3
rbac:
clusterRole:
extraResources:
- apiGroups:
- ""
resources:
- pods
verbs:
- create
- update
- delete
clusterRole:
extraResources:
- apiGroups:
- '*'
resources:
- '*'
verbs:
- get
- list
- watch
serviceMonitor:
enabled: true
backgroundController:
rbac:
clusterRole:
extraResources:
- apiGroups:
- ""
resources:
- pods
verbs:
- create
- update
- patch
- delete
- get
- list
clusterRole:
extraResources:
- apiGroups:
- '*'
resources:
- '*'
verbs:
- get
- list
- watch
resources:
requests:
cpu: 100m
limits:
memory: 1Gi
serviceMonitor:
enabled: true
cleanupController:
reportsController:
clusterRole:
extraResources:
- apiGroups:
- '*'
resources:
- '*'
verbs:
- get
- list
- watch
serviceMonitor:
enabled: true
reportsController:
cleanupController:
serviceMonitor:
enabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ metadata:
policies.kyverno.io/title: Mutate Volsync mover jobs
policies.kyverno.io/subject: Pod
spec:
generateExistingOnPolicyUpdate: true
rules:
- name: mutate-volsync-src-movers
match:
Expand Down

0 comments on commit d132672

Please sign in to comment.