Skip to content

Commit

Permalink
feat: add cluster visibility to FalconAdmission
Browse files Browse the repository at this point in the history
  • Loading branch information
gpontejos committed Sep 30, 2024
1 parent 7f297f4 commit 1cf9ff9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/falcon/v1alpha1/falconadmission_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ type FalconAdmissionConfigSpec struct {
DisabledNamespaces FalconAdmissionNamespace `json:"disabledNamespaces,omitempty"`

// Determines if with falcon-watcher container is included in the Pod
// +kubebuilder:default:=false
// +kubebuilder:default:=true
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Deploy Watcher Container",order=13
DeployWatcher *bool `json:"deployWatcher,omitempty"`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: OPERATOR_NAME
value: falcon-operator
image: quay.io/crowdstrike/falcon-operator:1.0.0
image: quay.io/crowdstrike/falcon-operator:1.2.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
type: integer
x-kubernetes-int-or-string: true
deployWatcher:
default: false
default: true
description: Determines if with falcon-watcher container is included
in the Pod
type: boolean
Expand Down
4 changes: 2 additions & 2 deletions deploy/falcon-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
type: integer
x-kubernetes-int-or-string: true
deployWatcher:
default: false
default: true
description: Determines if with falcon-watcher container is included
in the Pod
type: boolean
Expand Down Expand Up @@ -4426,7 +4426,7 @@ spec:
- name: WATCH_NAMESPACE
- name: OPERATOR_NAME
value: falcon-operator
image: quay.io/crowdstrike/falcon-operator:1.2.0
image: quay.io/crowdstrike/falcon-operator:1.0.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 1cf9ff9

Please sign in to comment.