From c4e1d79c2bf610555beeae8ca28f1a20ed14dbbc Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 16 Apr 2023 13:32:19 +0200 Subject: [PATCH] fix: use kubernetes manager for minio tenants --- kubernetes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes.json b/kubernetes.json index 4152e8b..03b02ee 100644 --- a/kubernetes.json +++ b/kubernetes.json @@ -6,11 +6,11 @@ "fileMatch": ["^flux/.+\\.ya?ml$"] }, "helm-values": { - "fileMatch": ["^flux/(.+/)patch(HelmRelease|Tenant)\\.ya?ml$"], + "fileMatch": ["^flux/(.+/)patch(HelmRelease)\\.ya?ml$"], "pinDigests": true }, "kubernetes": { - "fileMatch": ["^flux/(.+/)patch(Deployment|Cluster)\\.ya?ml$"] + "fileMatch": ["^flux/(.+/)patch(Deployment|Cluster|Tenant)\\.ya?ml$"] }, "packageRules": [ {