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