Skip to content

Commit

Permalink
Disable kyverno background scans
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jul 2, 2024
1 parent cb3d54a commit a32395d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/sessionspaces/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: sessionspaces
description: Namespace controller for creating session namespaces
type: application

version: 0.2.0
version: 0.2.1

appVersion: 0.1.0-rc3
1 change: 1 addition & 0 deletions charts/sessionspaces/templates/pod-clusterpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: ClusterPolicy
metadata:
name: sessionspace-pod
spec:
background: false
validationFailureAction: Enforce
rules:
- name: pod-securitycontext
Expand Down
2 changes: 1 addition & 1 deletion charts/workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: workflows
description: Data Analysis workflow orchestration
type: application

version: 0.7.0
version: 0.7.1

dependencies:
- name: argo-workflows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: ClusterPolicy
metadata:
name: argo-workflow
spec:
background: false
rules:
- name: generate-serviceaccount
match:
Expand Down
1 change: 1 addition & 0 deletions charts/workflows/templates/visit-member-clusterpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: ClusterPolicy
metadata:
name: visit-member
spec:
background: false
rules:
- name: generate-service-account
match:
Expand Down

0 comments on commit a32395d

Please sign in to comment.