From bc712738a395fc07a966ce4bee385512dff1401e Mon Sep 17 00:00:00 2001 From: Yakir Kadkoda Date: Wed, 15 Jan 2025 15:29:50 +0200 Subject: [PATCH] fix: Correct pod name in example_allowed_images Signed-off-by: Yakir Kadkoda --- .../repo-must-be-openpolicyagent/example_allowed_images.yaml | 2 +- .../repo-must-be-openpolicyagent/example_allowed_images.yaml | 2 +- website/docs/validation/allowedreposv2.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/artifacthub/library/general/allowedreposv2/1.0.0/samples/repo-must-be-openpolicyagent/example_allowed_images.yaml b/artifacthub/library/general/allowedreposv2/1.0.0/samples/repo-must-be-openpolicyagent/example_allowed_images.yaml index b4909fa53..f3a16ac0a 100644 --- a/artifacthub/library/general/allowedreposv2/1.0.0/samples/repo-must-be-openpolicyagent/example_allowed_images.yaml +++ b/artifacthub/library/general/allowedreposv2/1.0.0/samples/repo-must-be-openpolicyagent/example_allowed_images.yaml @@ -10,7 +10,7 @@ spec: limits: cpu: "100m" memory: "30Mi" - - name: image_with_version + - name: image-with-version image: ubuntu:20.04 resources: limits: diff --git a/library/general/allowedreposv2/samples/repo-must-be-openpolicyagent/example_allowed_images.yaml b/library/general/allowedreposv2/samples/repo-must-be-openpolicyagent/example_allowed_images.yaml index b4909fa53..f3a16ac0a 100644 --- a/library/general/allowedreposv2/samples/repo-must-be-openpolicyagent/example_allowed_images.yaml +++ b/library/general/allowedreposv2/samples/repo-must-be-openpolicyagent/example_allowed_images.yaml @@ -10,7 +10,7 @@ spec: limits: cpu: "100m" memory: "30Mi" - - name: image_with_version + - name: image-with-version image: ubuntu:20.04 resources: limits: diff --git a/website/docs/validation/allowedreposv2.md b/website/docs/validation/allowedreposv2.md index 6847d6e27..3d6eefe74 100644 --- a/website/docs/validation/allowedreposv2.md +++ b/website/docs/validation/allowedreposv2.md @@ -163,7 +163,7 @@ spec: limits: cpu: "100m" memory: "30Mi" - - name: image_with_version + - name: image-with-version image: ubuntu:20.04 resources: limits: