Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dead link in installation and usage docs #2266

Merged
merged 1 commit into from
May 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions installation-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -1361,9 +1361,9 @@ securityprofilesoperatordaemon.security-profiles-operator.x-k8s.io/spod patched

Alternatively, make sure the operator deployment sets the `ENABLE_LOG_ENRICHER` variable,
to `true`, either by setting the environment variable in the deployment or by enabling
the variable trough a `Subscription` resource, when installing the operator using OLM
(see [Restricting the operator to specific nodes](#restricting-the-operator-to-specific-nodes)
for an example of setting another variable).
the variable trough a `Subscription` resource, when installing the operator using OLM.
See [Constrain spod scheduling](#constrain-spod-scheduling) for an example of
setting `tolerations` and `affinity` on the SPOD.

Now the operator will take care of re-deploying the `spod` DaemonSet and the
enricher should listening on new changes to the audit logs:
Expand Down
Loading