Skip to content

Commit b016142

Browse files
committed
more reverting kebab case
1 parent 53f2f11 commit b016142

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

deployment/clouddeploy/gke-workers/base/gitter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ spec:
2727
imagePullPolicy: Always
2828
args:
2929
- "--port=8888"
30-
- "--work-dir=/work/gitter"
31-
- "--fetch-timeout=1h"
30+
- "--work_dir=/work/gitter"
31+
- "--fetch_timeout=1h"
3232
env:
3333
- name: GOMEMLIMIT
3434
value: "100GiB"

deployment/clouddeploy/gke-workers/environments/oss-vdb-test/gitter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ spec:
99
- name: gitter
1010
args:
1111
- "--port=8888"
12-
- "--work-dir=/work/gitter"
13-
- "--fetch-timeout=1h"
12+
- "--work_dir=/work/gitter"
13+
- "--fetch_timeout=1h"
1414
env:
1515
- name: GOOGLE_CLOUD_PROJECT
1616
value: oss-vdb-test

deployment/clouddeploy/gke-workers/environments/oss-vdb/gitter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ spec:
99
- name: gitter
1010
args:
1111
- "--port=8888"
12-
- "--work-dir=/work/gitter"
13-
- "--fetch-timeout=1h"
12+
- "--work_dir=/work/gitter"
13+
- "--fetch_timeout=1h"
1414
env:
1515
- name: GOOGLE_CLOUD_PROJECT
1616
value: oss-vdb

0 commit comments

Comments
 (0)