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

chore: update docs #2526

Merged
merged 7 commits into from
Jan 21, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions website/docs/exempt-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ If it becomes necessary to exempt a namespace from Gatekeeper webhook entirely (
in that namespace from policy checks. This way a user must explicitly have permissions
to configure the Gatekeeper pod before they can add exemptions.

> In order to add the `admission.gatekeeper.sh/ignore` label to a namespace, that namespace must be listed under the gatekeeper `controllerManager.exemptNamespaces` [parameter](https://github.com/open-policy-agent/gatekeeper/blob/master/charts/gatekeeper/README.md#parameters) when installing via Helm.

3. Add the `admission.gatekeeper.sh/ignore` label to the namespace. The value attached
to the label is ignored, so it can be used to annotate the reason for the exemption.

Expand Down
2 changes: 2 additions & 0 deletions website/versioned_docs/version-v3.10.x/exempt-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ If it becomes necessary to exempt a namespace from Gatekeeper webhook entirely (
in that namespace from policy checks. This way a user must explicitly have permissions
to configure the Gatekeeper pod before they can add exemptions.

> In order to add the `admission.gatekeeper.sh/ignore` label to a namespace, that namespace must be listed under the gatekeeper `controllerManager.exemptNamespaces` [parameter](https://github.com/open-policy-agent/gatekeeper/blob/master/charts/gatekeeper/README.md#parameters) when installing via Helm.

3. Add the `admission.gatekeeper.sh/ignore` label to the namespace. The value attached
to the label is ignored, so it can be used to annotate the reason for the exemption.

Expand Down
2 changes: 2 additions & 0 deletions website/versioned_docs/version-v3.11.x/exempt-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ If it becomes necessary to exempt a namespace from Gatekeeper webhook entirely (
in that namespace from policy checks. This way a user must explicitly have permissions
to configure the Gatekeeper pod before they can add exemptions.

> In order to add the `admission.gatekeeper.sh/ignore` label to a namespace, that namespace must be listed under the gatekeeper `controllerManager.exemptNamespaces` [parameter](https://github.com/open-policy-agent/gatekeeper/blob/master/charts/gatekeeper/README.md#parameters) when installing via Helm.

3. Add the `admission.gatekeeper.sh/ignore` label to the namespace. The value attached
to the label is ignored, so it can be used to annotate the reason for the exemption.

Expand Down
2 changes: 2 additions & 0 deletions website/versioned_docs/version-v3.6.x/exempt-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ If it becomes necessary to exempt a namespace from Gatekeeper webhook entirely (
in that namespace from policy checks. This way a user must explicitly have permissions
to configure the Gatekeeper pod before they can add exemptions.

> In order to add the `admission.gatekeeper.sh/ignore` label to a namespace, that namespace must be listed under the gatekeeper `controllerManager.exemptNamespaces` [parameter](https://github.com/open-policy-agent/gatekeeper/blob/master/charts/gatekeeper/README.md#parameters) when installing via Helm.

3. Add the `admission.gatekeeper.sh/ignore` label to the namespace. The value attached
to the label is ignored, so it can be used to annotate the reason for the exemption.

Expand Down
2 changes: 2 additions & 0 deletions website/versioned_docs/version-v3.7.x/exempt-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ If it becomes necessary to exempt a namespace from Gatekeeper webhook entirely (
in that namespace from policy checks. This way a user must explicitly have permissions
to configure the Gatekeeper pod before they can add exemptions.

> In order to add the `admission.gatekeeper.sh/ignore` label to a namespace, that namespace must be listed under the gatekeeper `controllerManager.exemptNamespaces` [parameter](https://github.com/open-policy-agent/gatekeeper/blob/master/charts/gatekeeper/README.md#parameters) when installing via Helm.

3. Add the `admission.gatekeeper.sh/ignore` label to the namespace. The value attached
to the label is ignored, so it can be used to annotate the reason for the exemption.

Expand Down
2 changes: 2 additions & 0 deletions website/versioned_docs/version-v3.8.x/exempt-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ If it becomes necessary to exempt a namespace from Gatekeeper webhook entirely (
in that namespace from policy checks. This way a user must explicitly have permissions
to configure the Gatekeeper pod before they can add exemptions.

> In order to add the `admission.gatekeeper.sh/ignore` label to a namespace, that namespace must be listed under the gatekeeper `controllerManager.exemptNamespaces` [parameter](https://github.com/open-policy-agent/gatekeeper/blob/master/charts/gatekeeper/README.md#parameters) when installing via Helm.

3. Add the `admission.gatekeeper.sh/ignore` label to the namespace. The value attached
to the label is ignored, so it can be used to annotate the reason for the exemption.

Expand Down
2 changes: 2 additions & 0 deletions website/versioned_docs/version-v3.9.x/exempt-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ If it becomes necessary to exempt a namespace from Gatekeeper webhook entirely (
in that namespace from policy checks. This way a user must explicitly have permissions
to configure the Gatekeeper pod before they can add exemptions.

> In order to add the `admission.gatekeeper.sh/ignore` label to a namespace, that namespace must be listed under the gatekeeper `controllerManager.exemptNamespaces` [parameter](https://github.com/open-policy-agent/gatekeeper/blob/master/charts/gatekeeper/README.md#parameters) when installing via Helm.

3. Add the `admission.gatekeeper.sh/ignore` label to the namespace. The value attached
to the label is ignored, so it can be used to annotate the reason for the exemption.

Expand Down