Skip to content

Commit

Permalink
changing the pod name
Browse files Browse the repository at this point in the history
  • Loading branch information
rlinstorres committed Jul 28, 2023
1 parent 64b65e2 commit a6b0c61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/job/resources/base/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
spec:
restartPolicy: Never
containers:
- name: job
- name: kube-review-job
image: "PLACEHOLDER"
imagePullPolicy: IfNotPresent
command: ["/config/script.sh"]
Expand Down
1 change: 0 additions & 1 deletion src/job/resources/example/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ spec:
template:
spec:
containers:
- name: job
resources:
limits:
cpu: "1"
Expand Down

0 comments on commit a6b0c61

Please sign in to comment.