koalaops/Kustomize Apply
Apply a built kustomize overlay to a Kubernetes cluster; waits only on workloads provided by Inspect
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| overlay_dir | Path to kustomize overlay directory | yes | — |
| namespace | Kubernetes namespace to apply into (from Inspect) | yes | — |
| workloads_json | JSON array from Inspect: [{kind,name,namespace}] | no | [] |
| dry_run | Perform server-side dry run only | no | false |
| validate | Validate manifests with kubectl client-side schema before apply | no | true |
| server_side | Use Server-Side Apply | no | false |
| wait | Wait for provided workloads to become ready | no | true |
| wait_timeout | Wait timeout in seconds | no | 300 |
Outputs
| name | description |
|---|---|
| applied_resources_json | kubectl apply output lines as JSON array (best-effort) |