fix: use kubernetes manager for minio tenants

This commit is contained in:
Robert Kaussow 2023-04-16 13:32:19 +02:00
parent 41a536b7f9
commit c4e1d79c2b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -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": [
{