From 152a5345d0385266bdd8aa1550df5e2a2361a720 Mon Sep 17 00:00:00 2001 From: Luca Miccini Date: Fri, 6 Sep 2024 10:25:39 +0200 Subject: [PATCH] test subject --- pkg/openstack/redis.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/openstack/redis.go b/pkg/openstack/redis.go index 2eecc75c4..376dcd973 100644 --- a/pkg/openstack/redis.go +++ b/pkg/openstack/redis.go @@ -189,6 +189,9 @@ func reconcileRedis( fmt.Sprintf("redis-%s.%s.svc.%s", name, instance.Namespace, ClusterInternalDomain), fmt.Sprintf("*.redis-%s.%s.svc.%s", name, instance.Namespace, ClusterInternalDomain), }, + Subject: &certmgrv1.X509Subject{ + Organizations: []string{fmt.Sprintf("%s.%s", instance.Namespace, ClusterInternalDomain)}, + }, Usages: []certmgrv1.KeyUsage{ "key encipherment", "digital signature",