From aac1dd382be98b3b1e527eeeff9e3658dd57ec96 Mon Sep 17 00:00:00 2001 From: Aleksandr Arefev <39635005+alexarefev@users.noreply.github.com> Date: Wed, 27 Sep 2023 17:07:13 +0300 Subject: [PATCH] Artifacts --- .../seccomp/1.0.0/samples/psp-seccomp/example_allowed2.yaml | 2 +- .../seccomp/samples/psp-seccomp/example_allowed2.yaml | 2 +- website/docs/validation/seccomp.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/artifacthub/library/pod-security-policy/seccomp/1.0.0/samples/psp-seccomp/example_allowed2.yaml b/artifacthub/library/pod-security-policy/seccomp/1.0.0/samples/psp-seccomp/example_allowed2.yaml index 2fe315041f..692f1d55d3 100644 --- a/artifacthub/library/pod-security-policy/seccomp/1.0.0/samples/psp-seccomp/example_allowed2.yaml +++ b/artifacthub/library/pod-security-policy/seccomp/1.0.0/samples/psp-seccomp/example_allowed2.yaml @@ -9,7 +9,7 @@ metadata: spec: securityContext: seccompProfile: - type: RuntimeDefault + type: RuntimeDefault containers: - name: nginx image: nginx diff --git a/library/pod-security-policy/seccomp/samples/psp-seccomp/example_allowed2.yaml b/library/pod-security-policy/seccomp/samples/psp-seccomp/example_allowed2.yaml index 2fe315041f..692f1d55d3 100644 --- a/library/pod-security-policy/seccomp/samples/psp-seccomp/example_allowed2.yaml +++ b/library/pod-security-policy/seccomp/samples/psp-seccomp/example_allowed2.yaml @@ -9,7 +9,7 @@ metadata: spec: securityContext: seccompProfile: - type: RuntimeDefault + type: RuntimeDefault containers: - name: nginx image: nginx diff --git a/website/docs/validation/seccomp.md b/website/docs/validation/seccomp.md index c5dcfea193..72303cefe6 100644 --- a/website/docs/validation/seccomp.md +++ b/website/docs/validation/seccomp.md @@ -426,7 +426,7 @@ metadata: spec: securityContext: seccompProfile: - type: RuntimeDefault + type: RuntimeDefault containers: - name: nginx image: nginx