Skip to content

Commit

Permalink
chore: add buildkit service jsonschema docs (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Jul 17, 2023
1 parent b8b84d4 commit 9f59982
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion plugins/contrib/jobs/build/use.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,20 @@
"properties": {
"additionalProperties": true
}
}
},
"buildkitServiceClientCertsSecretName": {
"description": "Use a specific secret for build kit service client cert. default to `buildkit-client-certs`",
"type": "string"
},
"buildkitServiceEnabled": {
"description": "Enable buildkit remote service. set to `true` to activate.",
"type": "string"
},
"buildkitServiceAddr": {
"description": "Adress of the buildkit service. defaults to `tcp://buildkit-service.buildkit-service.svc:1234`",
"type": "string",
"examples": ["tcp://buildkit-service.buildkit-service.svc:1234"]
}
},
"definitions": {
"build-args": {
Expand Down

0 comments on commit 9f59982

Please sign in to comment.