11cluster_config :
22 # The name of the cluster
3- name :
3+ name : null
44 # The domain of the cluster
55 cluster_domain : cluster.local
66 # The type of the cluster (Accepted Values: gke-autopilot, generic)
@@ -14,21 +14,20 @@ sysdig_endpoint:
1414 # The region where the Sysdig Secure instance is located
1515 region : custom
1616 # The URL of the Sysdig Secure API (required only when region is custom)
17- api_url :
17+ api_url : null
1818 collector :
1919 # The hostname of the Sysdig Secure collector (required only when region is custom)
20- host :
20+ host : null
2121 # The port of the Sysdig Secure collector (required only when region is custom)
22- port :
22+ port : null
2323 # The access key for the Sysdig Secure instance
24- access_key :
24+ access_key : null
2525 # The access key for the Sysdig Secure instance (existing secret)
26- access_key_existing_secret :
26+ access_key_existing_secret : null
2727 # The API token for the Sysdig Secure instance
28- secure_api_token :
28+ secure_api_token : null
2929 # The API token for the Sysdig Secure instance (existing secret)
30- secure_api_token_existing_secret :
31-
30+ secure_api_token_existing_secret : null
3231# Features
3332
3433features :
@@ -105,7 +104,7 @@ features:
105104 # The list of namespaces that will be excluded from the audit feature
106105 excluded_namespaces : []
107106 # List of rules used to determine if a request should be audited
108- webhook_rules : # +doc-gen:break
107+ webhook_rules : # +doc-gen:break
109108 - apiGroups :
110109 - " "
111110 - apps
@@ -209,7 +208,7 @@ host_windows:
209208 key : os
210209 value : Windows
211210 # The affinity for the host shield
212- affinity : # +doc-gen:break
211+ affinity : # +doc-gen:break
213212 nodeAffinity :
214213 requiredDuringSchedulingIgnoredDuringExecution :
215214 nodeSelectorTerms :
@@ -250,7 +249,7 @@ host:
250249 # The image name for the host shield
251250 shield_name : agent-slim
252251 # The tag for the host shield images
253- tag : 13.9.1
252+ tag : 13.9.2
254253 # The pull policy for the host shield images
255254 pull_policy : IfNotPresent
256255 # The pull secrets for the host shield images
@@ -259,7 +258,7 @@ host:
259258 # Create a priority class for the host shield
260259 create : false
261260 # The name of the priority class (if create is set to false, this will be used as the name of the existing priority class)
262- name :
261+ name : null
263262 # The value of the priority class
264263 value : 10
265264 # The labels for the priority class
@@ -272,7 +271,7 @@ host:
272271 # Create the RBAC resources for the host shield
273272 create : true
274273 # The name of the service account for the host shield (if create is set to false, this will be used as the name of the existing service account)
275- service_account_name :
274+ service_account_name : null
276275 # The labels for the service account
277276 labels : {}
278277 # The annotations for the service account
@@ -311,7 +310,7 @@ host:
311310 # The node selector for the host shield
312311 node_selector : {}
313312 # The tolerations for the host shield
314- tolerations : # +doc-gen:break
313+ tolerations : # +doc-gen:break
315314 - effect : NoSchedule
316315 key : node-role.kubernetes.io/master
317316 - effect : NoSchedule
@@ -329,7 +328,7 @@ host:
329328 operator : Equal
330329 value : " true"
331330 # The affinity for the host shield
332- affinity : # +doc-gen:break
331+ affinity : # +doc-gen:break
333332 nodeAffinity :
334333 requiredDuringSchedulingIgnoredDuringExecution :
335334 nodeSelectorTerms :
@@ -353,7 +352,7 @@ host:
353352 periodSeconds : 10
354353 # The readiness probe failure threshold
355354 failureThreshold : 9
356- liveness : # TODO: Currently host does not have liveness probe. Should we add it?
355+ liveness : # TODO: Currently host does not have liveness probe. Should we add it?
357356 # The liveness probe initial delay
358357 initialDelaySeconds : 90
359358 # The liveness probe period
@@ -371,8 +370,7 @@ host:
371370 # The custom volume mounts for the host shield
372371 volume_mounts : []
373372 # The dns policy for the host shield
374- dns_policy :
375-
373+ dns_policy : null
376374cluster :
377375 image :
378376 # The registry where the cluster shield image is stored
@@ -391,7 +389,7 @@ cluster:
391389 # Create a priority class for the cluster shield
392390 create : false
393391 # The name of the priority class (if create is set to false, this will be used as the name of the existing priority class)
394- name :
392+ name : null
395393 # The value of the priority class
396394 value : 10
397395 # The labels for the priority class
@@ -402,7 +400,7 @@ cluster:
402400 # Create the RBAC resources for the cluster shield
403401 create : true
404402 # The name of the service account for the cluster shield (if create is set to false, this will be used as the name of the existing service account)
405- service_account_name :
403+ service_account_name : null
406404 # The labels for the service account
407405 labels : {}
408406 # The annotations for the service account
@@ -423,7 +421,7 @@ cluster:
423421 # Create the TLS certificates for the cluster shield
424422 create : true
425423 # The name of the secret that contains the TLS certificates
426- secret_name :
424+ secret_name : null
427425 resources :
428426 requests :
429427 # The CPU request for the cluster shield
@@ -483,7 +481,7 @@ cluster:
483481 host_network : false
484482
485483 # Define Cluster Shield Pods DNS Policy
486- dns_policy :
484+ dns_policy : null
487485 # The custom environment variables for cluster shield
488486 env : []
489487 # The custom volumes for cluster shield
@@ -516,26 +514,24 @@ ssl:
516514 # -----END CERTIFICATE-----
517515
518516 # Filename that is used when creating the secret. Required if cert is provided.
519- key_name :
517+ key_name : null
520518 # Provide the name of an existing Secret that contains the CA required
521- existing_ca_secret :
519+ existing_ca_secret : null
522520 # Provide the filename that is defined inside the existing Secret
523- existing_ca_secret_key_name :
524-
521+ existing_ca_secret_key_name : null
525522proxy :
526523 # HTTP proxy to use for all HTTP requests
527- http_proxy :
524+ http_proxy : null
528525 # Provide the name of an existing Secret that contains the HTTP proxy
529- http_proxy_existing_secret :
526+ http_proxy_existing_secret : null
530527 # HTTPS proxy to use for all HTTPS requests
531- https_proxy :
528+ https_proxy : null
532529 # Provide the name of an existing Secret that contains the HTTPS proxy
533- https_proxy_existing_secret :
530+ https_proxy_existing_secret : null
534531 # No proxy hosts and ips
535- no_proxy :
532+ no_proxy : null
536533 # Provide the name of an existing Secret that contains the no proxy hosts
537- no_proxy_existing_secret :
538-
534+ no_proxy_existing_secret : null
539535# Additional .APIVersions in .Capabilities, e.g. "security.openshift.io/v1"
540536extra_capabilities_api_versions : []
541537
@@ -560,15 +556,14 @@ volumes: []
560556# The volume mounts for all the workloads
561557volume_mounts : []
562558# Overrides the default resource identifier ex. sysdig-<override>-cluster
563- name_override :
559+ name_override : null
564560# Overrides the default full resource identifier ex. <override>-cluster
565- fullname_override :
566-
561+ fullname_override : null
567562# Optional parameter used to check the compatibility of shield
568563# component versions with the on-premised backend version.
569564#
570565# If you are running an on-prem version of the Sysdig backend, you MUST set
571566# this parameter with the version of Sysdig backend you are using.
572567#
573568# If you are runinng on SaaS, do NOT provide this parameter.
574- on_prem_version :
569+ on_prem_version : null
0 commit comments