Skip to content

Commit

Permalink
Merge pull request #2 from yakirk/pr-616
Browse files Browse the repository at this point in the history
fix: Correct pod name in example_allowed_images
  • Loading branch information
yakirk authored Jan 15, 2025
2 parents f01d919 + bee83dc commit df1f0dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
limits:
cpu: "100m"
memory: "30Mi"
- name: image_with_version
- name: image-with-version
image: ubuntu:20.04
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
limits:
cpu: "100m"
memory: "30Mi"
- name: image_with_version
- name: image-with-version
image: ubuntu:20.04
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/validation/allowedreposv2.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ spec:
limits:
cpu: "100m"
memory: "30Mi"
- name: image_with_version
- name: image-with-version
image: ubuntu:20.04
resources:
limits:
Expand Down

0 comments on commit df1f0dd

Please sign in to comment.