Skip to content

Commit 9887e7a

Browse files
committed
Add comment on airflow-op switching to config files
1 parent 20ad3e6 commit 9887e7a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • crates/stackable-operator/src/database_connections

crates/stackable-operator/src/database_connections/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ pub enum Error {
3232
///
3333
/// And than there is Airflow, where we configured everything via env variables, so that doesn't
3434
/// work. So we also support using bash env substitution.
35+
/// As of 2026-04 to my knowledge this is the only operator doing such, it would be great to
36+
/// switch airflow-operator to config files, so that we can remove templating support for bash env
37+
/// substitution.
3538
#[derive(Copy, Clone, Debug, Default)]
3639
pub enum TemplatingMechanism {
3740
/// Template files using <https://github.com/stackabletech/config-utils>, e.g.

0 commit comments

Comments
 (0)