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

https://issues.redhat.com/browse/ACM-16183 #7361

Merged
merged 3 commits into from
Jan 21, 2025
Merged
Changes from 2 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
7 changes: 7 additions & 0 deletions governance/gatekeeper_operator/config_gk_operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ spec:
podAnnotations:
some-annotation: "this is a test"
other-annotation: "another test"
config: <5>
matches:
- excludedNamespaces: ["test-*", "my-namespace"]
processes: ["*"]
disableDefaultMatches: false <6>
----
<1> For version 3.14 and later, enable the `auditEventsInvolvedNamespace` parameter to manage the namespace audit event you want to create. When you enable this parameter, the Gatekeeper controller deployment runs with the following argument: `--audit-events-involved-namespace=true`.
<2> For version 3.14 and later, enable the `admissionEventsInvolvedNamespace` parameter to manage the namespace admission event you want to create. When you enable this parameter, the Gatekeeper controller deployment runs with the following argument: `--admission-events-involved-namespace=true`.
Expand All @@ -92,6 +97,8 @@ spec:
- `disable-cert-rotation`
- `client-cert-name`
- `tls-min-version`
<5> Use the `config` section to exclude namespaces from certain processes for all constraints on your hub cluster.
yiraeChristineKim marked this conversation as resolved.
Show resolved Hide resolved
<6> The `disableDefaultMatches` parameter is a boolean parameter that disables appending the default exempt namespaces provided by the Gatekeeper operator. By default, this parameter is set to `false` to allow the default namespaces to be appended.
dockerymick marked this conversation as resolved.
Show resolved Hide resolved

[#config-audit-sync]
== Configuring _auditFromCache_ for sync details
Expand Down
Loading