Skip to content

Commit

Permalink
helm chart: avoid test failures on old chart versions schema
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 22, 2023
1 parent 3dfd7de commit 2be5d90
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions resources/helm/testing/chart-install-values.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,12 @@
gateway:
loglevel: DEBUG
prefix: /services/dask-gateway
env:
- name: MY_ENV
value: My env
- name: MY_CPU_REQUESTS
valueFrom:
resourceFieldRef:
containerName: gateway
resource: requests.cpu
- name: MY_HOSTIP
valueFrom:
fieldRef:
fieldPath: status.hostIP
backend:
scheduler:
cores:
request: 0.1
memory:
request: 256M

worker:
cores:
request: 0.1
Expand Down

0 comments on commit 2be5d90

Please sign in to comment.