This commit is contained in:
2024-05-14 16:28:38 +02:00
parent e58f82534c
commit b725a2abb0
10 changed files with 139 additions and 34 deletions

5
apps/gitea/index.rhai Normal file
View File

@@ -0,0 +1,5 @@
const NS=config.namespace;
const SRC=src;
fn pre_install() {
shell(`kubectl create -n ${global::NS} -f ${global::SRC}/v1_ConfigMap_gitea-themes.yaml || :`);
}