@storm-software/k8s-tools
Version:
Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.
15 lines (14 loc) • 524 B
JSON
{
"executors": {
"helm-package": {
"implementation": "./dist/src/executors/helm-package/executor",
"schema": "./dist/src/executors/helm-package/schema.json",
"description": "Package Helm charts associated with a project"
},
"container-publish": {
"implementation": "./dist/src/executors/container-publish/executor",
"schema": "./dist/src/executors/container-publish/schema.json",
"description": "Deploy an OCI Image Format Specification to a container registry"
}
}
}