note to split into multiple files

This commit is contained in:
Elizabeth W
2026-04-19 22:29:53 -06:00
parent 35d8630bf2
commit a9224a41c1
10 changed files with 10 additions and 0 deletions
+1
View File
@@ -16,3 +16,4 @@ Implement the Pulumi Crossguard policy enforcement step as a parallel task in th
1. Add the `scan-crossguard` template to the `ClusterWorkflowTemplate`.
2. Configure the Infisical initContainer to wait for Pulumi and Cloud credentials.
3. Wire it into the DAG alongside the other scanners.
4. **CRITICAL: File Splitting:** Do NOT put everything into one giant file! Split your YAML manifests or configurations into separate, smaller files (e.g. using separate Helm template files, configmaps, or helper scripts) to prevent exhausting the context window.