Skip to content

Commit cf6276b

Browse files
Merge pull request #825 from Roming22/fix/sonarqube
fix: SonarQube issues
2 parents 990e94f + 6c45cb7 commit cf6276b

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)