We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c6131 commit 17a00b0Copy full SHA for 17a00b0
devfile.yaml
@@ -4,7 +4,7 @@ metadata:
4
version: 1.0.0
5
provider: Red Hat
6
supportUrl: https://github.com/devfile-samples/devfile-support#support-information
7
-attributes:
+ attributes:
8
alpha.dockerimage-port: 8081
9
starterProjects:
10
- name: python-example
@@ -52,3 +52,17 @@ commands:
52
component: py-web
53
group:
54
kind: debug
55
+ - id: build-image
56
+ apply:
57
+ component: outerloop-build
58
+ - id: deployk8s
59
60
+ component: outerloop-deploy
61
+ - id: deploy
62
+ composite:
63
+ commands:
64
+ - build-image
65
+ - deployk8s
66
+ group:
67
+ kind: deploy
68
+ isDefault: true
0 commit comments