We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ad3e6 commit 9887e7aCopy full SHA for 9887e7a
1 file changed
crates/stackable-operator/src/database_connections/mod.rs
@@ -32,6 +32,9 @@ pub enum Error {
32
///
33
/// And than there is Airflow, where we configured everything via env variables, so that doesn't
34
/// 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.
38
#[derive(Copy, Clone, Debug, Default)]
39
pub enum TemplatingMechanism {
40
/// Template files using <https://github.com/stackabletech/config-utils>, e.g.
0 commit comments