From 1dd36ee7608b6e4aeaf30da96128a38e5e90b9e7 Mon Sep 17 00:00:00 2001 From: Arnob Kumar Saha Date: Thu, 10 Sep 2026 10:47:14 +0600 Subject: [PATCH] Add caBundle to opscenter-features licenseServer values A self-hosted platform behind a private CA needs its CA cert to reach the spoke license-proxyserver, which reads ace-licenseserver-cred. Signed-off-by: Arnob Kumar Saha --- apis/installer/v1alpha1/opscenter_features_types.go | 2 ++ charts/opscenter-features/values.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/apis/installer/v1alpha1/opscenter_features_types.go b/apis/installer/v1alpha1/opscenter_features_types.go index eab84b59c..7ff044a7d 100644 --- a/apis/installer/v1alpha1/opscenter_features_types.go +++ b/apis/installer/v1alpha1/opscenter_features_types.go @@ -75,6 +75,8 @@ type LicenseServerSpec struct { BaseURL string `json:"baseURL"` // +optional Token string `json:"token"` + // +optional + CABundle string `json:"caBundle"` } // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object diff --git a/charts/opscenter-features/values.yaml b/charts/opscenter-features/values.yaml index 0c8ef2ac6..0af923a3c 100644 --- a/charts/opscenter-features/values.yaml +++ b/charts/opscenter-features/values.yaml @@ -253,6 +253,7 @@ helm: licenseServer: baseURL: "" token: "" + caBundle: "" distro: openshift: false ubi: ""