Skip to content

Commit 33c9afd

Browse files
author
Lucas Mathis
committed
chore: Fix prettier formatting in workspace.yaml
1 parent a7c370e commit 33c9afd

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.devcontainer/workspace.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ apiVersion: v1
22
kind: CoderWorkspace
33
spec:
44
deployments:
5-
- shortName: 'deepl-node-dev'
6-
gitRepositoryHttpUrl: 'https://git.deepl.dev/deepl/backend/oss-client-libs/deepl-node.git'
7-
containerImage: 'harbor.deepl.dev/olympus/devcontainers/base-ubuntu'
8-
shellSessionStartingDir: '/workspaces/deepl-node'
5+
- shortName: "deepl-node-dev"
6+
gitRepositoryHttpUrl: "https://git.deepl.dev/deepl/backend/oss-client-libs/deepl-node.git"
7+
containerImage: "harbor.deepl.dev/olympus/devcontainers/base-ubuntu"
8+
shellSessionStartingDir: "/workspaces/deepl-node"
99
resources:
1010
requests:
11-
cpu: '2'
11+
cpu: "2"
1212
memory: 4Gi
1313
limits:
1414
memory: 16Gi
1515
volumeMounts:
16-
- name: 'workspaces'
17-
size: '10'
18-
mountPath: '/workspaces'
19-
- name: 'home--vscode'
20-
size: '10'
21-
mountPath: '/home/vscode'
16+
- name: "workspaces"
17+
size: "10"
18+
mountPath: "/workspaces"
19+
- name: "home--vscode"
20+
size: "10"
21+
mountPath: "/home/vscode"

0 commit comments

Comments
 (0)