Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Aug 31, 2023
1 parent 8cc1ea0 commit 658c34e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "object",
"additionalProperties": {
"type": "object",
"title": "Additional helm charts",
"title": "Additional helm chart",
"allOf": [
{
"if": {
Expand Down Expand Up @@ -155,12 +155,12 @@
"type": "object",
"properties": {
"~chart": {
"markdownDescription": "Kontinuous Chart for this component.\n\nThe meta-value `~chart` is used to create an instance of a specific chart\n\nsee [~chart documentation](https://socialgouv.github.io/kontinuous/#/./advanced/build?id=meta-values-chart)",
"markdownDescription": "Kontinuous Chart for this component.\n\nThe meta-value `~chart` is used to create an instance of a specific chart\n\nsee [~chart documentation](https://socialgouv.github.io/kontinuous/#https://raw.githubusercontent.com/socialgouv/kontinuous/v1/advanced/build?id=meta-values-chart)",
"type": "string",
"examples": ["app", "maildev", "hasura", "metabase", "pg"]
},
"~needs": {
"markdownDescription": "Job or deployment dependencies.\n\nThe 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)",
"markdownDescription": "Job or deployment dependencies.\n\nThe 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)",
"type": "array",
"items": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion plugins/fabrique/charts/pg/kontinuous.values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/socialgouv/kontinuous/v1/plugins/fabrique/charts/pg/kontinuous.values.schema.json",
"markdownTitle": "Kontinuous pg helm chart",
"title": "Kontinuous pg helm chart",
"markdownDescription": "The [pg chart](https://github.com/SocialGouv/kontinuous/blob/master/plugins/fabrique/charts/pg) is a wrapper around [cnpg-cluster helm chart](https://github.com/SocialGouv/kontinuous/blob/master/plugins/fabrique/charts/pg)",
"required": [],
"properties": {
Expand Down

0 comments on commit 658c34e

Please sign in to comment.