Skip to content

Commit c9c150b

Browse files
committed
fix: use empty spec for addons that were missing template.cue
Signed-off-by: florent.madiot.e <[email protected]>
1 parent 6031490 commit c9c150b

File tree

5 files changed

+35
-5
lines changed

5 files changed

+35
-5
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
package main
22

3-
output: {}
3+
output: {
4+
apiVersion: "core.oam.dev/v1beta1"
5+
kind: "Application"
6+
spec: {
7+
components: []
8+
}
9+
}

addons/vegeta/template.cue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
package main
22

3-
output: {}
3+
output: {
4+
apiVersion: "core.oam.dev/v1beta1"
5+
kind: "Application"
6+
spec: {
7+
components: []
8+
}
9+
}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
package main
22

3-
output : {}
3+
output: {
4+
apiVersion: "core.oam.dev/v1beta1"
5+
kind: "Application"
6+
spec: {
7+
components: []
8+
}
9+
}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
package main
22

3-
output : {}
3+
output: {
4+
apiVersion: "core.oam.dev/v1beta1"
5+
kind: "Application"
6+
spec: {
7+
components: []
8+
}
9+
}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
package main
22

3-
output : {}
3+
output: {
4+
apiVersion: "core.oam.dev/v1beta1"
5+
kind: "Application"
6+
spec: {
7+
components: []
8+
}
9+
}

0 commit comments

Comments
 (0)