Skip to content

Commit 23e988c

Browse files
chore: remove project schema (#2441)
Co-authored-by: svcAPLBot <[email protected]>
1 parent e86ef65 commit 23e988c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

values-schema.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,10 +1182,6 @@ definitions:
11821182
type: array
11831183
items:
11841184
$ref: '#/definitions/workload'
1185-
projects:
1186-
type: array
1187-
items:
1188-
$ref: '#/definitions/project'
11891185
policies:
11901186
type: object
11911187
builds:
@@ -1269,15 +1265,6 @@ definitions:
12691265
type: string
12701266
# At least one non whitespace character
12711267
pattern: ^[^\s]+$
1272-
project:
1273-
type: object
1274-
description: A single project can represent application's build, workload and service.
1275-
properties:
1276-
name:
1277-
description: Name of the project
1278-
$ref: '#/definitions/idName'
1279-
required:
1280-
- name
12811268
policies:
12821269
type: object
12831270
build:

0 commit comments

Comments
 (0)