From a895efd44cb5866a7e35fd15a47b2c94fb24b2e4 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Mon, 22 Dec 2025 22:30:32 +0200 Subject: [PATCH] Dedicated mariadb for woodpecker --- woodpecker/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/woodpecker/kustomization.yaml b/woodpecker/kustomization.yaml index b0023db..18122cc 100644 --- a/woodpecker/kustomization.yaml +++ b/woodpecker/kustomization.yaml @@ -54,3 +54,4 @@ helmCharts: # secrets (.env): woodpecker-gitea-oauth2, woodpecker-db resources: - ssh://git@git.k-space.ee/secretspace/kube/woodpecker +- ./mariadb.yml \ No newline at end of file