From 320cb5d3ca9f1e3953cb328aa7704790b4e17354 Mon Sep 17 00:00:00 2001 From: Janik von Rotz Date: Thu, 6 Nov 2025 13:53:51 +0100 Subject: [PATCH] feat: remove odoo.knd.local deployment configuration --- odoo.knd.local.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 odoo.knd.local.yaml diff --git a/odoo.knd.local.yaml b/odoo.knd.local.yaml deleted file mode 100644 index 8a4814e..0000000 --- a/odoo.knd.local.yaml +++ /dev/null @@ -1,12 +0,0 @@ -kind: deployment -ingress: - host: odoo.knd.local -initLogin: admin@example.com -addonsGitRepos: - # OCA Core repositories - - https://github.com/OCA/partner-contact.git#16.0 - - https://github.com/OCA/server-tools.git#16.0 - # Mint-System repositories - - https://github.com/Mint-System/Odoo-Apps-Server-Tools.git#16.0 -staging: - enabled: true \ No newline at end of file