## Changes - Adapt the type of `CommonConfiguration::env_overrides` and remove the validation of environment variable names (stackabletech/operator-rs#1262). - Use `EnvVarSet` to assemble the environment variables and apply `env_overrides` at the end (stackabletech/issues#866). - Replace the helper functions for the recommended labels with the ones provided by the operator and use the proper cluster, role or role group functions (stackabletech/operator-rs#1261). ## Tasks - [ ] stackabletech/airflow-operator#838 - [ ] stackabletech/hive-operator#748 - [ ] stackabletech/opensearch-operator#171
Changes
CommonConfiguration::env_overridesand remove the validation of environment variable names (feat: [v2] Use a safe type for env override names operator-rs#1262).EnvVarSetto assemble the environment variables and applyenv_overridesat the end (Fix the processing of environment variables #866).Tasks