Commit 81724c9 1 parent 2a84378 commit 81724c9 Copy full SHA for 81724c9
File tree 2 files changed +4
-1
lines changed
helm-charts/falcon-sensor/templates
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 19
19
- apiGroups :
20
20
- " "
21
21
resources :
22
+ - namespaces
22
23
- secrets
23
24
{{- if .Values.node.enabled }}
24
25
- pods
Original file line number Diff line number Diff line change @@ -105,7 +105,9 @@ spec:
105
105
- ' -c'
106
106
- >-
107
107
echo "Running /opt/CrowdStrike/falcon-daemonset-init -i";
108
- /opt/CrowdStrike/falcon-daemonset-init -i
108
+ /opt/CrowdStrike/falcon-daemonset-init -i;
109
+ echo "Running /opt/CrowdStrike/configure-cluster-id";
110
+ test -f "/opt/CrowdStrike/configure-cluster-id" && /opt/CrowdStrike/configure-cluster-id || echo "/opt/CrowdStrike/configure-cluster-id not found. Skipping."
109
111
{{- if or .Values.node.gke.autopilot .Values.node.daemonset.resources }}
110
112
resources :
111
113
requests :
You can’t perform that action at this time.
0 commit comments