Skip to content

Commit

Permalink
feat(agent): change ClusterScanner instalation condition based on nod…
Browse files Browse the repository at this point in the history
…eAnalyzer.runtimeScanner (#1427)
  • Loading branch information
IgorEulalio authored Oct 25, 2023
1 parent c1406b6 commit 8d36884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/sysdig-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sysdig-deploy
description: A chart with various Sysdig components for Kubernetes
type: application
version: 1.26.7
version: 1.26.8
maintainers:
- name: AlbertoBarba
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{- if and .Values.clusterScanner.enabled .Values.nodeAnalyzer.enabled ( include "deployRuntimeScanner" . ) -}}
{{- if and .Values.clusterScanner.enabled .Values.nodeAnalyzer.enabled .Values.nodeAnalyzer.nodeAnalyzer.runtimeScanner.deploy ( include "deployRuntimeScanner" . ) -}}
{{ fail "Cannot enable both the Runtime Scanner and the Cluster Scanner at the same time" }}
{{- end -}}

0 comments on commit 8d36884

Please sign in to comment.