We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d6701 commit df9e7c8Copy full SHA for df9e7c8
cluster-applications/053-falcon-operator/templates/03-FalconNodeSensor.yaml
@@ -17,5 +17,5 @@ spec:
17
client_secret: "{{ .Values.falcon_operator_client_secret }}"
18
cloud_region: "{{ .Values.falcon_operator_cloud_region }}"
19
{{- if .Values.falcon_operator_node_sensor }}
20
-{{ .Values.falcon_operator_node_sensor | indent 2 }}
+{{ .Values.falcon_operator_node_sensor | toYaml | indent 2 }}
21
{{- end }}
cluster-applications/053-falcon-operator/values.yaml
@@ -3,7 +3,7 @@ falcon_operator_channel: certified-1.0
3
falcon_operator_cloud_region: autodiscover
4
falcon_operator_client_id: xxx
5
falcon_operator_client_secret: xxx
6
-falcon_operator_node_sensor: |
+falcon_operator_node_sensor:
7
node:
8
terminationGracePeriodSeconds: 30
9
falcon:
0 commit comments