CrowdStrike / falcon-operator

https://artifacthub.io/packages/olm/falcon-operator/falcon-operator
Apache License 2.0
43 stars 33 forks source link

spec: falcon: tags: 'test-cluster,dev' section seems to be throw an error #526

Closed devjpc closed 2 months ago

devjpc commented 2 months ago

The

spec:
  falcon:
    tags: 'test-cluster,dev'

section of

apiVersion: falcon.crowdstrike.com/v1alpha1
kind: FalconContainer
metadata:
  name: falcon-sidecar-sensor
spec:
  falcon:
    tags: 'test-cluster,dev'
  falcon_api:
    client_id: PLEASE_FILL_IN
    client_secret: PLEASE_FILL_IN
    cloud_region: autodiscover
  registry:
    type: crowdstrike

seems to throw this error - spec.falcon.tags: Invalid value: "string": spec.falcon.tags in body must be of type array: "string"

@musayev-io

redhatrises commented 2 months ago

Looks like the docs need to be updated to reflect array usage

redhatrises commented 2 months ago

Fixed. Please re-open if not.