Skip to content

Commit

Permalink
fix: map collectSBOMs to the secret
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiStefanie committed Jun 17, 2024
1 parent ed30dbc commit 625553f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubernetes-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: kubernetes-agent
description: A Helm chart used to deploy the Cyscale Kubernetes agent.
version: 1.2.2
version: 1.2.3
appVersion: v0.23.0
type: application

Expand Down
1 change: 1 addition & 0 deletions charts/kubernetes-agent/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ stringData:
httpClientTimeout: {{.Values.config.httpClientTimeout | quote}}
resourcesToScan: {{- toYaml .Values.config.resourcesToScan | nindent 4 }}
cyscaleAPIKey: {{.Values.config.cyscaleAPIKey | quote}}
collectSBOMs: {{.Values.config.collectSBOMs}}

0 comments on commit 625553f

Please sign in to comment.