Skip to content

Commit 6c45cb7

Browse files
committed
fix: SonarQube issues
1 parent 7397941 commit 6c45cb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

installer/charts/tssc-subscriptions/templates/openshift-pipelines/delete_tekton_config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ spec:
1616
- name: delete-tekton-config
1717
image: quay.io/openshift/origin-cli:latest
1818
resources:
19+
ephemeral-storage: 100Mi
1920
limits:
2021
memory: 128Mi
22+
requests:
23+
memory: 100Mi
24+
cpu: 0.1
2125
command:
2226
- /bin/bash
2327
- -c

0 commit comments

Comments
 (0)