Skip to content

Commit 7f5617c

Browse files
committed
Fix devfile indent
1 parent 60986b7 commit 7f5617c

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

devfile.yaml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,40 @@ attributes:
77
che-editor: vscode
88
components:
99
- container:
10-
args:
11-
- tail
12-
- -f
13-
- /dev/null
14-
endpoints:
15-
- name: https-python
16-
protocol: https
17-
targetPort: 5000
18-
- exposure: none
19-
name: debug
20-
targetPort: 5858
21-
env:
22-
- name: ADMIN
23-
value: "http://opensesame.shared-config.svc.cluster.local:3000/opensesame"
24-
- name: DEBUG_PORT
25-
value: "5858"
26-
image: image-registry.openshift-image-registry.svc.cluster.local:5000/openshift/devspaces-dotnet-python:latest
27-
mountSources: true
10+
args:
11+
- tail
12+
- -f
13+
- /dev/null
14+
endpoints:
15+
- name: https-python
16+
protocol: https
17+
targetPort: 5000
18+
- exposure: none
19+
name: debug
20+
targetPort: 5858
21+
env:
22+
- name: ADMIN
23+
value: "http://opensesame.shared-config.svc.cluster.local:3000/opensesame"
24+
- name: DEBUG_PORT
25+
value: "5858"
26+
image: image-registry.openshift-image-registry.svc.cluster.local:5000/openshift/devspaces-dotnet-python:latest
27+
mountSources: true
2828
name: py
2929

3030
commands:
3131
- exec:
32-
commandLine: pip install -r requirements.txt
33-
component: py
34-
group:
35-
isDefault: true
36-
kind: build
37-
workingDir: ${PROJECT_SOURCE}
38-
id: pip-install-requirements
32+
commandLine: pip install -r requirements.txt
33+
component: py
34+
group:
35+
isDefault: true
36+
kind: build
37+
workingDir: ${PROJECT_SOURCE}
38+
id: pip-install-requirements
3939
- exec:
40-
commandLine: flask run --host=0.0.0.0 --port=5000
41-
component: py
42-
group:
43-
isDefault: true
44-
kind: run
45-
workingDir: ${PROJECT_SOURCE}
40+
commandLine: flask run --host=0.0.0.0 --port=5000
41+
component: py
42+
group:
43+
isDefault: true
44+
kind: run
45+
workingDir: ${PROJECT_SOURCE}
4646
id: run-python

0 commit comments

Comments
 (0)