Use when generating ConfigMaps and Secrets with Kustomize for Kubernetes configuration management.
Master ConfigMap and Secret generation using Kustomize generators for managing application configuration, credentials, and environment-specific settings without manual YAML creation.
Kustomize generators automatically create ConfigMaps and Secrets from literals, files, and environment files. Generated resources include content hashes in their names, enabling automatic rollouts when configuration changes.
# kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1