fix
This commit is contained in:
6
apps/wordpress/template.rhai
Normal file
6
apps/wordpress/template.rhai
Normal file
@@ -0,0 +1,6 @@
|
||||
const DEST=dest;
|
||||
fn post_template() {
|
||||
save_to_tf(`${global::DEST}/conditions.tf`, "conditions", #{
|
||||
have_servicemonitors: have_crd("servicemonitors.monitoring.coreos.com")
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user