fix minio

This commit is contained in:
2025-04-06 21:16:23 +02:00
parent a40c495e26
commit ece670c77e
4 changed files with 18 additions and 3 deletions

View File

@@ -14,11 +14,11 @@ spec:
- /bin/sh
- -c
- |
kubectl get secret minio-tls -n minio-tenant -o json | jq '{
kubectl get secret panic-minio-tls -n minio-tenant -o json | jq '{
apiVersion: "v1",
kind: "Secret",
metadata: {
name: "panic-minio-tls",
name: "panic-minio-tls-converted",
namespace: "minio-tenant"
},
type: "Opaque",