We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643da32 commit 5e01541Copy full SHA for 5e01541
.github/workflows/ci-cd.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up chart-testing
27
uses: helm/[email protected]
28
- name: Lint charts
29
- run: ct lint --charts=charts/trino --validate-maintainers=false
+ run: ct lint --charts=charts/trino,charts/gateway --validate-maintainers=false
30
31
test:
32
runs-on: ubuntu-latest
charts/gateway/values.yaml
@@ -104,12 +104,12 @@ ingress:
104
# ```
105
106
resources:
107
- limits:
108
- cpu: 2
109
- memory: 4Gi
110
- requests:
111
112
+ limits:
+ cpu: 2
+ memory: 4Gi
+ requests:
113
114
autoscaling:
115
enabled: false
0 commit comments