claude-print/notes/bf-5nr.md
jedarden 7176ef2939 Add bf-5nr validation notes: claude-print-ci WorkflowTemplate YAML is valid
YAML parses cleanly and kubectl dry-run returns no errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10 02:11:37 -04:00

688 B

bf-5nr: Validate claude-print-ci WorkflowTemplate YAML

Task

Validate the claude-print-ci WorkflowTemplate YAML in declarative-config.

File Validated

jedarden/declarative-configk8s/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.