fix(test): Remove symlink

Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
pull/31274/head
Benoit Tigeot 4 months ago
parent 6a2d9a8695
commit 690730d3b9
No known key found for this signature in database
GPG Key ID: 8E6D4FC8AEBDA62C

@ -1 +0,0 @@
../../../action/testdata/charts/chart-with-schema-ref

@ -0,0 +1,3 @@
apiVersion: v2
name: chart-with-schema-ref
version: 0.1.0

@ -0,0 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "string"
}

@ -0,0 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"name": { "$ref": "name.schema.json" }
}
}
Loading…
Cancel
Save