rancher-partner-charts/packages/falcon-sensor/generated-changes/patch/questions.yaml.patch

104 lines
3.6 KiB
Diff
Raw Normal View History

--- charts-original/questions.yaml
+++ charts/questions.yaml
@@ -16,39 +16,39 @@
group: "Node Container Images"
- variable: falcon.cid
- description: "CrowdStrike Customer ID (CID). Passed to falconctl as \"--cid=\"{uuid string}\"\""
+ description: "Passed to falconctl as \"--cid=\"{uuid string}\"\""
required: true
type: string
- label: --cid
+ label: CrowdStrike Customer ID (CID)
group: "Falcon Sensor Node Settings"
- variable: falcon.apd
- description: "Description goes here. Passed to falconctl as \"--apt=true\" or \"--apt=false\"."
+ description: "App Proxy Disable. Passed to falconctl as \"--apt=true\" or \"--apt=false\"."
required: false
type: boolean
default: false
- label: --apt
+ label: Disable using a proxy
group: "Falcon Sensor Node Settings"
- variable: falcon.aph
description: "App Proxy Hostname (APH). Uncommon in container-based deployments. Passed to falconctl as \"--aph <app proxy host name>\""
required: false
type: string
- label: --aph
+ label: Configure Proxy Host
group: "Falcon Sensor Node Settings"
- variable: falcon.app
description: "App Proxy Port (APP). Uncommon in container-based deployments. Passed to falconctl as \"--app=<app proxy port>\""
required: false
type: string
- label: --app
+ label: Configure Proxy Port
group: "Falcon Sensor Node Settings"
- variable: falcon.trace
- description: "Set trace level. Options are [none|err|warn|info|debug]. Passed to falconctl as \"--trace=[none|err|warn|info|debug]\""
+ description: "Options are [none|err|warn|info|debug]. Passed to falconctl as \"--trace=[none|err|warn|info|debug]\""
required: false
type: string
- label: --trace
+ label: Set logging trace level
default: "none"
group: "Falcon Sensor Node Settings"
@@ -56,7 +56,7 @@
description: "Options to pass to the \"--feature\" flag. Options are [none,[enableLog[,disableLogBuffer[,disableOsfm[,emulateUpdate]]]]]"
required: false
type: string
- label: --feature
+ label: Enable or disable certain sensor features
group: "Falcon Sensor Node Settings"
- variable: falcon.update
@@ -64,7 +64,7 @@
required: false
type: boolean
default: false
- label: --update
+ label: Update sensor immediately
group: "Falcon Sensor Node Settings"
- variable: falcon.message_log
@@ -72,27 +72,26 @@
required: false
type: boolean
default: false
- label: --message-log
+ label: Enable logging
group: "Falcon Sensor Node Settings"
- variable: falcon.billing
- description: "Utilize default or metered billing."
+ description: "Utilize default or metered billing. Should only be configured when needing to switch between the two. Options are: [default|metered]"
required: false
- type: boolean
- default: true
- label: --billing
+ type: string
+ label: Configure Billing
group: "Falcon Sensor Node Settings"
- variable: falcon.tags
description: "Comma separated list of tags for sensor grouping. Allowed characters: all alphanumerics, '/', '-', '_', and ','."
required: false
type: string
- label: --tags
+ label: Configure tags for sensor grouping
group: "Falcon Sensor Node Settings"
- variable: falcon.provisioning_token
- description: "Provisioning token value."
+ description: "Used to protect the CID. Provisioning token value."
required: false
type: string
- label: --provisioning-token
+ label: Set a provisioning installation token
group: "Falcon Sensor Node Settings"