From 33b556db3aedef4add35f90a89271d23e0344aaa Mon Sep 17 00:00:00 2001 From: Julius Clausnitzer Date: Thu, 18 Jun 2026 14:13:56 +0200 Subject: [PATCH 1/2] fix(reservations): use correct namespace for domain resolver keystoneSecretRef The secret lives in cortex-nova, not default. --- helm/bundles/cortex-nova/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/bundles/cortex-nova/values.yaml b/helm/bundles/cortex-nova/values.yaml index 2300e17e6..c6f72c19e 100644 --- a/helm/bundles/cortex-nova/values.yaml +++ b/helm/bundles/cortex-nova/values.yaml @@ -184,10 +184,10 @@ cortex-scheduling-controllers: # Must match the credentials used by the commitments syncer. keystoneSecretRef: name: cortex-nova-openstack-keystone - namespace: default + namespace: cortex-nova # ssoSecretRef: # name: cortex-nova-openstack-sso - # namespace: default + # namespace: cortex-nova committedResourceController: # Back-off interval while CommittedResource placement is pending or failed (base for exponential backoff) requeueIntervalRetry: "1m" From 7cf12becdb935d6c110d653d2a644bcd5d1e1042 Mon Sep 17 00:00:00 2001 From: Julius Clausnitzer Date: Thu, 18 Jun 2026 14:16:07 +0200 Subject: [PATCH 2/2] remove unnecessary sso comment --- helm/bundles/cortex-nova/values.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/helm/bundles/cortex-nova/values.yaml b/helm/bundles/cortex-nova/values.yaml index c6f72c19e..afe511c90 100644 --- a/helm/bundles/cortex-nova/values.yaml +++ b/helm/bundles/cortex-nova/values.yaml @@ -185,9 +185,6 @@ cortex-scheduling-controllers: keystoneSecretRef: name: cortex-nova-openstack-keystone namespace: cortex-nova - # ssoSecretRef: - # name: cortex-nova-openstack-sso - # namespace: cortex-nova committedResourceController: # Back-off interval while CommittedResource placement is pending or failed (base for exponential backoff) requeueIntervalRetry: "1m"