Skip to content

Commit

Permalink
fix: add excluded namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiStefanie committed Jul 13, 2024
1 parent 029b2a4 commit c97df1c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kubernetes-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: kubernetes-agent
description: A Helm chart used to deploy the Cyscale Kubernetes agent.
version: 1.4.0
appVersion: v0.25.0
version: 1.4.1
appVersion: v0.28.1
type: application

icon: https://media.licdn.com/dms/image/C4D0BAQEonulGiwwtgA/company-logo_200_200/0/1630511856380/cyscale_logo?e=2147483647&v=beta&t=92c83G4PnWeieXQS9VPy7DbbL5vLHqQjQzutDCPqaM8
1 change: 1 addition & 0 deletions charts/kubernetes-agent/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ stringData:
resourcesToScan: {{- toYaml .Values.config.resourcesToScan | nindent 4 }}
cyscaleAPIKey: {{.Values.config.cyscaleAPIKey | quote}}
collectSBOMs: {{.Values.config.collectSBOMs}}
sbom: {{- toYaml .Values.config.sbom | nindent 6 }}
12 changes: 12 additions & 0 deletions charts/kubernetes-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ config:
cyscaleAPIKey: ''
httpClientTimeout: 5s
collectSBOMs: false
sbom:
excludedNamespaces:
- kube-system
- kube-public
- kube-node-lease
- kubernetes-dashboard
- gatekeeper-system
- cert-manager
- amazon-cloudwatch
- app-routing-system
- gke-managed-system
- istio-system
resourcesToScan:
- group: ''
version: v1
Expand Down

0 comments on commit c97df1c

Please sign in to comment.