Skip to content

Commit

Permalink
test-relative-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Sep 8, 2023
1 parent 899fc10 commit cbd317e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"then": {
"$ref": "https://raw.githubusercontent.com/socialgouv/kontinuous/v1/plugins/contrib/charts/app/kontinuous.values.schema.json"
"$ref": "../plugins/contrib/charts/app/kontinuous.values.schema.json"
}
},
{
Expand All @@ -30,7 +30,7 @@
}
},
"then": {
"$ref": "https://raw.githubusercontent.com/socialgouv/kontinuous/v1/plugins/fabrique/charts/pg/kontinuous.values.schema.json"
"$ref": "../plugins/fabrique/charts/pg/kontinuous.values.schema.json"
}
},
{
Expand All @@ -43,7 +43,7 @@
}
},
"then": {
"$ref": "https://raw.githubusercontent.com/socialgouv/kontinuous/v1/plugins/contrib/charts/jobs/kontinuous.values.schema.json"
"$ref": "../plugins/contrib/charts/jobs/kontinuous.values.schema.json"
}
},
{
Expand All @@ -56,7 +56,7 @@
}
},
"then": {
"$ref": "https://raw.githubusercontent.com/socialgouv/kontinuous/v1/plugins/contrib/charts/oauth2-proxy/values.schema.json"
"$ref": "../plugins/contrib/charts/oauth2-proxy/values.schema.json"
}
},
{
Expand Down Expand Up @@ -159,7 +159,7 @@
"project": { "type": "object", "additionalProperties": true },

"jobs": {
"$ref": "https://raw.githubusercontent.com/socialgouv/kontinuous/v1/plugins/contrib/charts/jobs/kontinuous.values.schema.json"
"$ref": "../plugins/contrib/charts/jobs/kontinuous.values.schema.json"
}
},
"required": [],
Expand All @@ -183,7 +183,7 @@
]
},
"~needs": {
"markdownDescription": "The meta-value `~needs`is used to define dependencies tree between charts and jobs.\n\nYou can target using simple charts or jobs name, or be more specific to avoid collision in more complex cases.\n\nsee [~needs documentation](https://socialgouv.github.io/kontinuous/#https://raw.githubusercontent.com/socialgouv/kontinuous/v1/advanced/build?id=meta-values-plugin-needs)",
"markdownDescription": "The meta-value `~needs`is used to define dependencies tree between charts and jobs.\n\nYou can target using simple charts or jobs name, or be more specific to avoid collision in more complex cases.\n\nsee [~needs documentation](https://socialgouv.github.io/kontinuous/#../advanced/build?id=meta-values-plugin-needs)",
"title": "Job or deployment dependencies",
"type": "array",
"items": {
Expand Down

0 comments on commit cbd317e

Please sign in to comment.