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 e86ef65 commit 23e988cCopy full SHA for 23e988c
values-schema.yaml
@@ -1182,10 +1182,6 @@ definitions:
1182
type: array
1183
items:
1184
$ref: '#/definitions/workload'
1185
- projects:
1186
- type: array
1187
- items:
1188
- $ref: '#/definitions/project'
1189
policies:
1190
type: object
1191
builds:
@@ -1269,15 +1265,6 @@ definitions:
1269
1265
type: string
1270
1266
# At least one non whitespace character
1271
1267
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
1281
1268
1282
1283
build:
0 commit comments