Skip to content

Commit 758bc8d

Browse files
committed
data-test: no more preflight.replicaCount=0 required
This is because the default replicas is already 0 in the main chart. Signed-off-by: Maël Valais <mael@vls.dev>
1 parent 622976f commit 758bc8d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

data-test/schema.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,3 @@ properties:
1919
default: $IMAGE
2020
x-google-property:
2121
type: IMAGE
22-
23-
# We had to disable preflight so that `mpdev verify` would not fail. It
24-
# fails due to the fact that the preflight deployment never becomes
25-
# "ready" since the secret "agent-credentials" and the configmap
26-
# "agent-config" are absent from the cluster.
27-
preflight.replicaCount:
28-
type: integer
29-
default: 0

0 commit comments

Comments
 (0)