7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
const DEST=dest;
|
|
fn post_template() {
|
|
save_to_tf(`${global::DEST}/conditions.tf`, "conditions", #{
|
|
have_podmonitors: have_crd("podmonitors.monitoring.coreos.com"),
|
|
});
|
|
}
|