Skip to content

Commit 4cde169

Browse files
authored
Merge pull request #38991 from sunnybhambhani/patch-1
Correcting indentation errors in the blog post
2 parents 2415225 + 785cf10 commit 4cde169

File tree

1 file changed

+1
-1
lines changed
  • content/en/blog/_posts/2023-01-12-protect-mission-critical-pods-priorityclass

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2023-01-12-protect-mission-critical-pods-priorityclass/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
resources:
104104
requests:
105105
memory: "256Mi"
106-
cpu: "0.2"
106+
cpu: "0.2"
107107
limits:
108108
memory: ".5Gi"
109109
cpu: "0.5"

0 commit comments

Comments
 (0)