This is to deploy the File Integrity Operator into an OpenShift 4.7 or later cluster. This operator continually runs file integrity checks on the cluster nodes.
Reference on of the operator/overlays
directories. For example:
oc apply -k file-integrity-operator/operator/overlays/stable
Or as part of your own kustomization.yaml
file:
kind: Kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
resources:
- github.com/redhat-cop/gitops-catalog/file-integrity-operator/operator/overlays/stable?ref=main
File integrity scans are configured with the FileIntegrity
CR. You can try one of the samples available in the instance/overlays
directory.