Skip to content

Commit 7a1305b

Browse files
committed
fix: add token for build script
1 parent e2bc1eb commit 7a1305b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chart/cloud-pak-deployer/templates/uninstall-job.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ spec:
6464
- /cloud-pak-deployer/scripts/cp4d/cp4d-delete-instance.sh cpd <<< "y"
6565
resources:
6666
limits:
67-
cpu: 200m
67+
cpu: 250m
6868
memory: 512Mi
6969
requests:
70-
cpu: 10m
71-
memory: 64Mi
70+
cpu: 100m
71+
memory: 256Mi
7272
restartPolicy: Never
7373
securityContext:
7474
runAsUser: 0

0 commit comments

Comments
 (0)