Helm Parse Information
Overview
The Helm Parser is designed to extract and parse specific information from Helm templates. This tool gathers essential data from Kubernetes deployments, secrets, and config maps.
Features
Deployment Extraction
The CLI extracts the following information from the first container in a Kubernetes deployment:
- Image: The container image used in the deployment.
- Tag: The specific tag of the container image.
- Replicas: The number of replicas defined in the deployment.
- Environment Variables (envs): The environment variables defined for the container.
Secrets and ConfigMap Handling
The CLI also processes environment variables that reference Kubernetes secrets and config maps. The values from these resources are extracted and configured as environment variables in the deployment.