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: ""