From 39afaa050872b8785ef017a8edc4a65589968553 Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Thu, 9 Apr 2026 18:55:37 +1200 Subject: [PATCH] adding mariadb operator --- infrastructure/sources/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/sources/kustomization.yaml b/infrastructure/sources/kustomization.yaml index 42e4859..85eeb82 100644 --- a/infrastructure/sources/kustomization.yaml +++ b/infrastructure/sources/kustomization.yaml @@ -8,3 +8,4 @@ resources: - jetstack.yaml - vmware-tanzu.yaml - cloudnative-pg.yaml +- mariadb-operator.yaml