Skip to content

Commit 5e01541

Browse files
willmostlynineinchnick
authored andcommitted
Lint gateway chart
1 parent 643da32 commit 5e01541

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci-cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up chart-testing
2727
uses: helm/[email protected]
2828
- name: Lint charts
29-
run: ct lint --charts=charts/trino --validate-maintainers=false
29+
run: ct lint --charts=charts/trino,charts/gateway --validate-maintainers=false
3030

3131
test:
3232
runs-on: ubuntu-latest

charts/gateway/values.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ ingress:
104104
# ```
105105

106106
resources:
107-
limits:
108-
cpu: 2
109-
memory: 4Gi
110-
requests:
111-
cpu: 2
112-
memory: 4Gi
107+
limits:
108+
cpu: 2
109+
memory: 4Gi
110+
requests:
111+
cpu: 2
112+
memory: 4Gi
113113

114114
autoscaling:
115115
enabled: false

0 commit comments

Comments
 (0)