What problem does it solve?
This Skill automatically detects and resolves discrepancies between the end-to-end (E2E) testing environment configuration and the underlying Helm-based infrastructure definitions, preventing silent failures due to configuration drift.
Core Features & Use Cases
- Automated Drift Detection: Identifies when changes in
helm-dev/gkg/ (templates, values, secrets) have not been reflected in E2E configuration files.
- Systematic Fixes: Provides step-by-step guidance and automated scripts to update E2E files (e.g.,
e2e/helm-values.yaml, config/e2e.yaml, Rust E2E utilities) based on infrastructure changes.
- Use Case: After deploying a new feature that modifies GKG's Helm chart values, use this Skill to ensure the E2E environment's
helm-values.yaml and related configurations are updated accordingly, preventing test failures caused by mismatched settings.
Quick Start
Run the drift detection script to identify and fix configuration mismatches between Helm and E2E files.