YAML parses cleanly and kubectl dry-run returns no errors. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
24 lines
688 B
Markdown
24 lines
688 B
Markdown
# bf-5nr: Validate claude-print-ci WorkflowTemplate YAML
|
|
|
|
## Task
|
|
Validate the claude-print-ci WorkflowTemplate YAML in declarative-config.
|
|
|
|
## File Validated
|
|
`jedarden/declarative-config` → `k8s/iad-ci/argo-workflows/claude-print-ci-workflowtemplate.yml`
|
|
|
|
## Results
|
|
|
|
### YAML Syntax (python3 yaml.safe_load)
|
|
- **PASS** — parsed without errors
|
|
- kind: WorkflowTemplate
|
|
- name: claude-print-ci
|
|
- entrypoint: ci
|
|
|
|
### kubectl dry-run
|
|
```
|
|
workflowtemplate.argoproj.io/claude-print-ci configured (dry run)
|
|
```
|
|
- **PASS** — Kubernetes accepted the manifest with no errors
|
|
|
|
## Summary
|
|
The WorkflowTemplate YAML is syntactically valid and accepted by Kubernetes. No changes were required.
|